Skip to main content
A newer version of this page is available. .

EntityServerModeDataSource.TableName Property

Gets or sets the data table name.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string TableName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the data table name.

See Also