DataModelProvider::Tables Property
.NET Framework (current version)
When overridden in a derived class, gets the list of tables that are exposed by the data model.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property ReadOnlyCollection<TableProvider^>^ Tables { virtual ReadOnlyCollection<TableProvider^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<TableProvider^>^The list of tables that are exposed by the data model.
.NET Framework
Available since 3.5
Available since 3.5
Show: