Back to Devexpress

ConnectionProviderSql Class

corelibraries-devexpress-dot-xpo-dot-db.md

latest2.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public abstract class ConnectionProviderSql :
    DataStoreBase,
    ISqlGeneratorFormatterEx,
    ISqlGeneratorFormatter,
    ISqlGeneratorFormatterSupportSkipTake,
    ISqlGeneratorFormatterSupportOuterApply,
    ISqlDataStore,
    IDataStore,
    IDataStoreAsync,
    IDataStoreSchemaExplorer,
    IDataStoreSchemaExplorerSp,
    IDataStoreSchemaMigrationProvider,
    IUpdateSchemaSqlFormatter,
    ICommandChannel,
    ICommandChannelAsync
vb
Public MustInherit Class ConnectionProviderSql
    Inherits DataStoreBase
    Implements ISqlGeneratorFormatterEx,
               ISqlGeneratorFormatter,
               ISqlGeneratorFormatterSupportSkipTake,
               ISqlGeneratorFormatterSupportOuterApply,
               ISqlDataStore,
               IDataStore,
               IDataStoreAsync,
               IDataStoreSchemaExplorer,
               IDataStoreSchemaExplorerSp,
               IDataStoreSchemaMigrationProvider,
               IUpdateSchemaSqlFormatter,
               ICommandChannel,
               ICommandChannelAsync

Implements

ISqlDataStore

IDataStoreAsync

IDataStore

ICommandChannelAsync

ICommandChannel

Inheritance

Object MarshalByRefObject DevExpress.Xpo.DB.DataStoreSerializedBase DataStoreBase ConnectionProviderSql FirebirdConnectionProvider

MSSqlConnectionProvider

PostgreSqlConnectionProvider

AccessConnectionProvider

OleDBConnectionProvider

See Also

ConnectionProviderSql Members

DevExpress.Xpo.DB Namespace