DataModelProvider.Tables Property

Definition

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

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Web::DynamicData::ModelProviders::TableProvider ^> ^ Tables { System::Collections::ObjectModel::ReadOnlyCollection<System::Web::DynamicData::ModelProviders::TableProvider ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.ModelProviders.TableProvider> Tables { get; }
member this.Tables : System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.ModelProviders.TableProvider>
Public MustOverride ReadOnly Property Tables As ReadOnlyCollection(Of TableProvider)

Property Value

The list of tables that are exposed by the data model.

Applies to