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

CustomizeTableNameEventArgs Class

For internal use.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public class CustomizeTableNameEventArgs :
    HandledEventArgs

Remarks

To change table prefixes, use approaches from the How to separate database tables from built-in system tables via a prefix or custom schema article.

Inheritance

Object
EventArgs
HandledEventArgs
CustomizeTableNameEventArgs
See Also