FDO API Reference Feature Data Objects

FDO_API void FdoAssociationPropertyDefinition::SetMultiplicity FdoString value  ) 
 

This method is used to set the association multiplicity from the property owner class side. The only possible values are 1 or m. If the multiplicity is set to 1, then only one instance of the owning class can be associated to a given instance of the associated class. If the multiplicity is set to m, then many instances of the owning class can be associated to the same instance of the associated class.

Parameters:
value The multiplicity from the property owner class side. Valid values are: 1 or m.
Returns:
Returns nothing.

Comments or suggestions? Send us feedback.