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)

abstract Direction : AssociationDirection with get, set
override Direction : AssociationDirection with get, set

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: