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)

public:
property ColumnProvider^ ToColumn {
	virtual ColumnProvider^ get();
	protected: virtual void set(ColumnProvider^ value);
}

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: