DataModelProvider::Tables Property

 

When overridden in a derived class, gets the list of tables that are exposed by the data model.

Namespace:   System.Web.DynamicData.ModelProviders
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
Return to top
Show: