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

ConnectionProviderSql Properties

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.
Name Description
AutoCreateOption Returns which operations are performed when a data store is accessed for the first time. Inherited from DataStoreBase.
BraceJoin
CanCreateDatabase
CanCreateSchema
Connection
ConnectionString
CustomFunctionOperators
Factories static Returns registered provider factories. Inherited from DataStoreBase.
NativeOuterApplySupported
NativeSkipTakeSupported
SupportNamedParameters
SyncRoot
Transaction
See Also