Condividi tramite


DataModelProvider.Tables Proprietà

Definizione

Quando è sottoposta a override in una classe derivata, ottiene l'elenco delle tabelle che vengono esposte dal modello 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 delle tabelle che vengono esposte dal modello dati.

Si applica a