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 | |
CustomAggregates | Gets a collection of custom aggregate functions supplied by the current metadata provider. |
CustomFunctionOperators | |
Factories static | Returns registered provider factories. Inherited from DataStoreBase. |
NativeOuterApplySupported | |
NativeSkipTakeSupported | |
SupportNamedParameters | |
SyncRoot | Obsolete. This API is obsolete now. |
Transaction |
See Also