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

MSSqlConnectionProvider Properties

Implements data-aware operations for working with an MS SQL Server or MS SQL Azure database.
Name Description
AutoCreateOption Returns which operations are performed when a data store is accessed for the first time. Inherited from DataStoreBase.
BraceJoin Inherited from ConnectionProviderSql.
CanCreateDatabase Inherited from ConnectionProviderSql.
CanCreateSchema Inherited from ConnectionProviderSql.
Connection Inherited from ConnectionProviderSql.
ConnectionString Inherited from ConnectionProviderSql.
CustomFunctionOperators Inherited from ConnectionProviderSql.
Factories static Returns registered provider factories. Inherited from DataStoreBase.
NativeOuterApplySupported Indicates whether the connection provider supports the OUTER APPLY operators.
NativeSkipTakeSupported Indicates whether the connection provider supports the SKIP and TAKE (TOP) operators.
SupportNamedParameters Inherited from ConnectionProviderSql.
SyncRoot Inherited from ConnectionProviderSql.
Transaction Inherited from ConnectionProviderSql.
See Also