DataModelProvider.Tables Propriedade
Definição
Quando substituída em uma classe derivada, obtém a lista de tabelas expostas pelo modelo de dados.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)
Valor da propriedade
A lista de tabelas que são expostas pelo modelo de dados.The list of tables that are exposed by the data model.