AssociationProvider::ToTable Property

 

Gets the destination table of the association.

Namespace:   System.Web.DynamicData.ModelProviders
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
Return to top
Show: