FDO API Reference Feature Data Objects

FDO_API void FdoAssociationPropertyDefinition::SetReverseMultiplicity FdoString value  ) 
 

This method is used to set the association multiplicity from the associated class side. The only possible values are 0 or 1. If the multiplicity is set to 0, then it is not mandatory to initialize the association property when a new object is created. If the multiplicity is set to 1, then the association property must be initialized when a new object is created.

Parameters:
value The multiplicity from the associated class side. Valid values are: 0 or 1.
Returns:
Returns nothing.

Comments or suggestions? Send us feedback.