Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeTableNameEventArgs.TableName Property

Specifies the table name corresponding to the persistent class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string TableName { get; set; }

Property Value

Type Description
String

A string containing the table name corresponding to the persistent class.

See Also