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

CustomizeTableNameEventArgs.TableName Property

Specifies the table name corresponding to the persistent class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string TableName { get; set; }

Property Value

Type Description
String

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

See Also