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.v26.1.dll
Declaration
public abstract class ConnectionProviderSql :
DataStoreBase,
ISqlGeneratorFormatterEx,
ISqlGeneratorFormatter,
ISqlGeneratorFormatterSupportSkipTake,
ISqlGeneratorFormatterSupportOuterApply,
ISqlDataStore,
IDataStore,
IDataStoreAsync,
IDataStoreSchemaExplorer,
IDataStoreSchemaExplorerSp,
IDataStoreSchemaMigrationProvider,
IUpdateSchemaSqlFormatter,
ICommandChannel,
ICommandChannelAsync,
IDataStoreWithTimeZoneInfo
Inheritance
Object
MarshalByRefObject
DevExpress.Xpo.DB.DataStoreSerializedBase
See Also