Skip to main content
.NET 6.0+

MSSqlConnectionProvider Fields

Implements data-aware operations for working with an Microsoft SQL Server or Microsoft 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.
GlobalQueryParameterMode static Specifies how connection providers initialize command parameters. Use the QueryParameterMode property to change this setting for a specific connection provider. Inherited from ConnectionProviderSql.
GlobalUseLegacySqlClient static Disables the smart discovery service that loads a data provider library.
GlobalUseLegacyUntypedParameters static This property is now obsolete. Use GlobalQueryParameterMode instead. 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 Microsoft SQL database. By default “dbo”.
QueryParameterMode Specifies how a connection provider initializes command parameters. Inherited from ConnectionProviderSql.
UseLegacyTimeSpanSupport static Inherited from ConnectionProviderSql.
UseLegacyUntypedParameters This property is now obsolete. Use QueryParameterMode instead. 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