IDBSchemaProviderEx Interface
Provides the capability to customize the database schema.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Remarks
The methods of the IDBSchemaProviderEx interface specify which tables, views and/or stored procedures will be included in a custom database schema.
For a default implementation of this interface, use the DBSchemaProviderEx class.
See Also