FDO .NET API Reference Feature Data Objects
__property System::Void OSGeo::FDO::Schema::AssociationPropertyDefinition::set_Multiplicity ( System::String *  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 ?? 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: ?? or “m?


Comments or suggestions? Send us feedback.