corelibraries-devexpress-dot-xpo-dot-db.md
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.v25.2.dll
NuGet Package : DevExpress.Data
public abstract class ConnectionProviderSql :
DataStoreBase,
ISqlGeneratorFormatterEx,
ISqlGeneratorFormatter,
ISqlGeneratorFormatterSupportSkipTake,
ISqlGeneratorFormatterSupportOuterApply,
ISqlDataStore,
IDataStore,
IDataStoreAsync,
IDataStoreSchemaExplorer,
IDataStoreSchemaExplorerSp,
IDataStoreSchemaMigrationProvider,
IUpdateSchemaSqlFormatter,
ICommandChannel,
ICommandChannelAsync
Public MustInherit Class ConnectionProviderSql
Inherits DataStoreBase
Implements ISqlGeneratorFormatterEx,
ISqlGeneratorFormatter,
ISqlGeneratorFormatterSupportSkipTake,
ISqlGeneratorFormatterSupportOuterApply,
ISqlDataStore,
IDataStore,
IDataStoreAsync,
IDataStoreSchemaExplorer,
IDataStoreSchemaExplorerSp,
IDataStoreSchemaMigrationProvider,
IUpdateSchemaSqlFormatter,
ICommandChannel,
ICommandChannelAsync
Object MarshalByRefObject DevExpress.Xpo.DB.DataStoreSerializedBase DataStoreBase ConnectionProviderSql FirebirdConnectionProvider
See Also