Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlServerDataSource Properties

The SqlServerDataSource type exposes the following members.

Properties


  Name Description
Public property ArithAbort
Terminates a query when an overflow or divide-by-zero error occurs during query execution.
Public property AuditRules
Gets or sets the audit rules.
(Inherited from DataSource.)
Public property Cache
Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.
(Inherited from DataSource.)
Public property DatabaseMetadata
This object can be used to lookup database information.
Public property DefaultCommandTimeout
Gets or sets the default command timeout.
(Inherited from DataSource.)
Public property DefaultNVarCharLength
Gets the default length of nVarChar string parameters. This is used when the query builder cannot determine the best parameter type and the parameter's actual length is smaller than the default length.
Public property DefaultStringType
Gets the default type of string parameters. This is used when the query builder cannot determine the best parameter type.
Public property DefaultVarCharLength
Gets the default length of varChar string parameters. This is used when the query builder cannot determine the best parameter type and the parameter's actual length is smaller than the default length.
Protected property ExtensionCache (Inherited from DataSource.)
Public property IsSqlDependencyActive
Gets a value indicating whether SQL dependency support is active for this dispatcher.
Public property Name
Gets the name of the data source.
(Inherited from DataSource.)
Public property SequentialAccessMode
Gets a value indicating whether to use CommandBehavior.SequentialAccess.
(Inherited from DataSource.)
Public property StrictMode
Gets a value indicating whether strict mode is enabled.
(Inherited from DataSource.)
Public property SuppressGlobalEvents
Gets or sets a value indicating whether to suppress global events.
(Inherited from DataSource.)
Public property UserValue
Gets or sets the user value to use with audit rules.
(Inherited from DataSource.)
Public property XactAbort
Rolls back a transaction if a Transact-SQL statement raises a run-time error.