DataModelProvider.Tables Proprietà

Definizione

In caso di override in una classe derivata, ottiene l'elenco di tabelle esposte dal modello di dati.

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)

Valore della proprietà

Elenco di tabelle esposte dal modello di dati.

Si applica a