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

ConnectionProviderSql Class

Implements the base functionality for SQL-based data store adapters, including the MSSqlConnectionProvider and other adapters listed in the Database Systems Supported by XPO topic.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public abstract class ConnectionProviderSql :
    DataStoreBase,
    ISqlGeneratorFormatterEx,
    ISqlGeneratorFormatter,
    ISqlGeneratorFormatterSupportSkipTake,
    ISqlGeneratorFormatterSupportOuterApply,
    ISqlDataStore,
    IDataStore,
    IDataStoreAsync,
    IDataStoreSchemaExplorer,
    IDataStoreSchemaExplorerSp,
    IDataStoreSchemaMigrationProvider,
    IUpdateSchemaSqlFormatter,
    ICommandChannel,
    ICommandChannelAsync
See Also