A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class DBSchemaProviderEx :
IDBSchemaProviderEx
Public Class DBSchemaProviderEx
Implements 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
Feedback