AssociationProvider.ToColumn Property

 

Gets or sets the destination column of the association.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract ToColumn : ColumnProvider with get, set
override ToColumn : ColumnProvider with get, set

Property Value

Type: System.Web.DynamicData.ModelProviders.ColumnProvider

The destination column of the association.

This property is optional and is generally required only for one-to-many and one-to-one relationships

.NET Framework
Available since 3.5
Return to top
Show: