ColumnProvider::Association Property

 

Gets the provider for the table that a column represents.

Namespace:   System.Web.DynamicData.ModelProviders
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
Return to top
Show: