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.v24.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
Inheritance
Object
MarshalByRefObject
DevExpress.Xpo.DB.DataStoreSerializedBase
See Also