Skip to main content

IDBSchemaProviderEx Interface

Provides the capability to customize the database schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public interface IDBSchemaProviderEx

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