AssociationProvider::ToColumn Property
.NET Framework (current version)
Gets or sets the destination column of the association.
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
Available since 3.5
Show: