AssociationProvider::Direction Property

 

Gets or sets the type of the association.

Namespace:   System.Web.DynamicData.ModelProviders
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::AssociationDirection

The type of the association.

Associations include one-to-one, one-to-many, and many-to-many.

.NET Framework
Available since 3.5
Return to top
Show: