TableProvider::Columns Property
.NET Framework (current version)
When overridden in a derived class, gets the collection of columns in this table.
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
Available since 3.5
Show: