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

ConnectionProviderSql Fields

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
DefaultCommandTimeout Specifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds.
EnableConnectionStringArgumentEscaping static
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.
IdentityColumnMagicName
MaxDeadLockRetryDelayMilliseconds static
MaxDeadLockTryCount static
UseLegacyTimeSpanSupport static
XpoProviderTypeParameterName static Returns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.
See Also