TableProvider::DataContextPropertyName Property

.NET Framework (current version)
 

Gets the name of the table from the data context.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property String^ DataContextPropertyName {
	virtual String^ get();
	protected: virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the table.

.NET Framework
Available since 4.0
Return to top
Show: