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

MSSqlConnectionProvider Fields

Implements data-aware operations for working with an MS SQL Server or MS SQL Azure database.
Name Description
DefaultCommandTimeout Specifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds. Inherited from ConnectionProviderSql.
EnableConnectionStringArgumentEscaping static Inherited from ConnectionProviderSql.
GlobalDefaultCommandTimeout static Specifies the timeout value passed to the IDbCommand.CommandTimeout property, in seconds. Can be overridden by the ConnectionProviderSql.DefaultCommandTimeout field. The default is 300. Inherited from ConnectionProviderSql.
IdentityColumnMagicName static Inherited from ConnectionProviderSql.
IsNotForReplication static Specifies whether or not the “NOT FOR REPLICATION” option is used in SQL statements that create constraints.
MaxDeadLockRetryDelayMilliseconds static Inherited from ConnectionProviderSql.
MaxDeadLockTryCount static Inherited from ConnectionProviderSql.
MaximumBinarySize This member supports the internal infrastructure and is not intended to be used directly from your code.
MaximumStringSize This member supports the internal infrastructure and is not intended to be used directly from your code.
ObjectsOwner The default owner of the objects in the MS SQL database. By default “dbo”.
UseLegacyTimeSpanSupport static Inherited from ConnectionProviderSql.
XpoProviderTypeParameterName static Returns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.
XpoProviderTypeString Gets the name of the current connection provider. This name is used internally when generating a connection string via the MSSqlConnectionProvider.GetConnectionString method.
See Also