IDynamicDataSource::EntitySetName Property

 

Gets or sets the entity set name.

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

property String^ EntitySetName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the entity.

In the LinqDataSource class, this property is called TableName.

.NET Framework
Available since 3.5
Return to top
Show: