Back to Devexpress

IDBSchemaProviderEx Interface

corelibraries-devexpress-dot-dataaccess-dot-sql-c978daf4.md

latest3.1 KB
Original Source

IDBSchemaProviderEx Interface

Provides the capability to customize the database schema.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IDBSchemaProviderEx
vb
Public Interface IDBSchemaProviderEx

The following members return IDBSchemaProviderEx objects:

LibraryRelated API Members
Cross-Platform Class LibraryIDataSourceWizardDBSchemaProviderExFactory.Create()
IDBSchemaProviderExFactory.Create()
WinForms ControlsEditQueryContext.DBSchemaProviderEx
ManageRelationsContext.DBSchemaProviderEx
QueryBuilderEditQueryContext.DBSchemaProvider
DashboardDashboardDesigner.CustomDBSchemaProviderEx
DashboardViewer.CustomDBSchemaProviderEx
IDashboardControl.CustomDBSchemaProviderEx

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

IDBSchemaProviderEx Members

DBSchemaProviderEx

IDataSourceWizardDBSchemaProviderExFactory

Register SQL Data Connections in ASP.NET Web Forms Reporting

Register a Custom Schema Provider for a Synonym Database

Dashboard for WinForms - How to customize the Data Store Schema to Restrict Fields in Query Builder

DevExpress.DataAccess.Sql Namespace