TableProvider::Columns Property

 

When overridden in a derived class, gets the collection of columns in this table.

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

public:
property ReadOnlyCollection<ColumnProvider^>^ Columns {
	virtual ReadOnlyCollection<ColumnProvider^>^ get() abstract;
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ColumnProvider^>^

The collection of columns in this table.

.NET Framework
Available since 3.5
Return to top
Show: