Back to Devexpress

ConnectionProviderSql Fields

corelibraries-devexpress-dot-xpo-dot-db-dot-connectionprovidersql-dot-underscore-fields.md

latest3.5 KB
Original Source

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.

NameDescription
DefaultCommandTimeoutSpecifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds.
EnableConnectionStringArgumentEscaping static
GlobalDefaultCommandTimeout staticSpecifies the timeout value passed to the IDbCommand.CommandTimeout property, in seconds. Can be overridden by the ConnectionProviderSql.DefaultCommandTimeout field. The default is 300.
GlobalQueryParameterMode staticSpecifies how connection providers initialize command parameters. Use the QueryParameterMode property to change this setting for a specific connection provider.
GlobalUseLegacyDateOnlyAndTimeOnlySupport static
GlobalUseLegacyUntypedParameters staticThis property is now obsolete. Use GlobalQueryParameterMode instead.
IdentityColumnMagicName
MaxDeadLockRetryDelayMilliseconds static
MaxDeadLockTryCount static
QueryParameterModeSpecifies how a connection provider initializes command parameters.
UseLegacyTimeSpanSupport static
UseLegacyUntypedParametersThis property is now obsolete. Use QueryParameterMode instead.
XpoProviderTypeParameterName staticReturns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.

See Also

ConnectionProviderSql Class

ConnectionProviderSql Members

DevExpress.Xpo.DB Namespace