Skip to main content
.NET 6.0+

CustomizeTableNameEventArgs.TableName Property

Specifies the table name corresponding to the persistent class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.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