ColumnProvider::Association Property
.NET Framework (current version)
Gets the provider for the table that a column represents.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property AssociationProvider^ Association { virtual AssociationProvider^ get(); protected: virtual void set(AssociationProvider^ value); }
Property Value
Type: System.Web.DynamicData.ModelProviders::AssociationProvider^The provider for a table that a column represents, if one exists; otherwise, null.
.NET Framework
Available since 3.5
Available since 3.5
Show: