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 MustOverride ReadOnly Property Columns As ReadOnlyCollection(Of ColumnProvider)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection(Of ColumnProvider)

The collection of columns in this table.

.NET Framework
Available since 3.5
Return to top
Show: