IDBSchemaProviderEx Interface
Provides the capability to customize the database schema.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Related API Members
The following members return IDBSchemaProviderEx objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IData |
IDBSchema |
|
Win |
Edit |
Manage |
|
Query |
|
Dashboard | Dashboard |
Dashboard |
|
IDashboard |
#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.