Back to Devexpress

MSSqlConnectionProvider Fields

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-underscore-fields.md

latest5.7 KB
Original Source

MSSqlConnectionProvider Fields

Implements data-aware operations for working with an Microsoft SQL Server or Microsoft SQL Azure database.

NameDescription
DefaultCommandTimeoutSpecifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds. Inherited from ConnectionProviderSql.
EnableConnectionStringArgumentEscaping staticInherited from ConnectionProviderSql.
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. Inherited from ConnectionProviderSql.
GlobalQueryParameterMode staticSpecifies how connection providers initialize command parameters. Use the QueryParameterMode property to change this setting for a specific connection provider. Inherited from ConnectionProviderSql.
GlobalUseLegacyDateOnlyAndTimeOnlySupport staticInherited from ConnectionProviderSql.
GlobalUseLegacySqlClient staticDisables the smart discovery service that loads a data provider library.
GlobalUseLegacyUntypedParameters staticThis property is now obsolete. Use GlobalQueryParameterMode instead. Inherited from ConnectionProviderSql.
IdentityColumnMagicName staticInherited from ConnectionProviderSql.
IsNotForReplication staticSpecifies whether or not the “NOT FOR REPLICATION” option is used in SQL statements that create constraints.
MaxDeadLockRetryDelayMilliseconds staticInherited from ConnectionProviderSql.
MaxDeadLockTryCount staticInherited from ConnectionProviderSql.
MaximumBinarySizeThis member supports the internal infrastructure and is not intended to be used directly from your code.
MaximumStringSizeThis member supports the internal infrastructure and is not intended to be used directly from your code.
ObjectsOwnerThe default owner of the objects in the Microsoft SQL database. By default “dbo”.
QueryParameterModeSpecifies how a connection provider initializes command parameters. Inherited from ConnectionProviderSql.
UseLegacyTimeSpanSupport staticInherited from ConnectionProviderSql.
UseLegacyUntypedParametersThis property is now obsolete. Use QueryParameterMode instead. Inherited from ConnectionProviderSql.
XpoProviderTypeParameterName staticReturns a parameter name used to denote a provider type in a connection string. The default value is “XpoProvider”. Inherited from DataStoreBase.
XpoProviderTypeStringGets the name of the current connection provider. This name is used internally when generating a connection string via the MSSqlConnectionProvider.GetConnectionString method.

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace