AssociationProvider::ToTable Property
.NET Framework (current version)
Gets the destination table of the association.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property TableProvider^ ToTable { virtual TableProvider^ get(); protected: virtual void set(TableProvider^ value); }
Property Value
Type: System.Web.DynamicData.ModelProviders::TableProvider^The destination table of the association.
.NET Framework
Available since 3.5
Available since 3.5
Show: