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

DBSchemaProviderEx Class

Provides a default implementation of the IDBSchemaProviderEx interface exposing virtual methods, which you can override in derived classes.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class DBSchemaProviderEx :
    IDBSchemaProviderEx

Remarks

Use the DBSchemaProviderEx class to implement a custom database schema provider (e.g., to provide support for database synonyms).

Implements

Inheritance

Object
DBSchemaProviderEx
See Also