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

IDBSchemaProviderEx Interface

Provides the capability to customize the database schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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