Udostępnij za pośrednictwem


DataModelProvider.Tables Właściwość

Definicja

Po zastąpieniu w klasie pochodnej pobiera listę tabel, które są uwidaczniane przez model danych.

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)

Wartość właściwości

Lista tabel uwidocznionych przez model danych.

Dotyczy