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

CustomizeTableNameEventArgs Class

For internal use.

Namespace: DevExpress.ExpressApp.Utils

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