MetaTable::DataContextPropertyName Property

 

Gets the name of the table.

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

public:
property String^ DataContextPropertyName {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

The name of the table.

The name comes from the DataContextType object that the table belongs to.

.NET Framework
Available since 3.5
Return to top
Show: