AssociationProvider.ToColumn Property

Definition

Gets or sets the destination column of the association.

public virtual System.Web.DynamicData.ModelProviders.ColumnProvider ToColumn { get; protected set; }

Property Value

The destination column of the association.

Remarks

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

Applies to