AssociationProvider::Direction Property
.NET Framework (current version)
Gets or sets the type of the association.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property AssociationDirection Direction { virtual AssociationDirection get(); protected: virtual void set(AssociationDirection value); }
Property Value
Type: System.Web.DynamicData.ModelProviders::AssociationDirectionThe type of the association.
Associations include one-to-one, one-to-many, and many-to-many.
.NET Framework
Available since 3.5
Available since 3.5
Show: