ColumnProvider::Table Property

 

Gets or sets the table that the column belongs to.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property TableProvider^ Table {
	TableProvider^ get();
	private: void set(TableProvider^ value);
}

Property Value

Type: System.Web.DynamicData.ModelProviders::TableProvider^

The table that the column belongs to.

.NET Framework
Available since 3.5
Return to top
Show: