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

OleDbSqlServerDataSource Members

The OleDbSqlServerDataSource type exposes the following members.

Methods


  Name Description
Public method BeginTransaction
Creates a new transaction
Public method BeginTransactionAsync
Creates a new transaction
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExecuteStream(CommandExecutionToken<(Of <<'(OleDbCommand, OleDbParameter>)>>), StreamingCommandImplementation<(Of <<'(OleDbCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
Public method ExecuteStream(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementation<(Of <<'(TCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Public method ExecuteStreamAsync(CommandExecutionToken<(Of <<'(OleDbCommand, OleDbParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(OleDbCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Executes the specified implementation asynchronously.
Public method ExecuteStreamAsync(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(TCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Executes the specified implementation asynchronously.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEffectiveSettings
Gets the options that are currently in effect. This takes into account server-defined defaults.
Public method GetEffectiveSettingsAsync
Gets the options that are currently in effect. This takes into account server-defined defaults.
Public method GetExtensionData<(Of <<'(TTKey>)>>)
Gets the extension data.
(Inherited from DataSource.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnExecutionCanceled(ExecutionEventArgs)
Raises the ExecutionCanceled event.
(Inherited from DataSource.)
Protected method OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionError(ExecutionEventArgs)
Raises the ExecutionError event.
(Inherited from DataSource.)
Protected method OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionFinished(ExecutionEventArgs)
Raises the ExecutionFinished event.
(Inherited from DataSource.)
Protected method OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionStarted(ExecutionEventArgs)
Raises the ExecutionStarted event.
(Inherited from DataSource.)
Protected method OnExecutionStarted(ExecutionToken, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Protected method OnGetDatabaseMetadata (Inherited from OleDbSqlServerDataSourceBase.)
Public method TestConnection
Tests the connection.
(Inherited from DataSource.)
Public method TestConnectionAsync
Tests the connection asynchronously.
(Inherited from DataSource.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method WithSettings
Creates a new data source with the indicated changes to the settings.

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.)
Protected property ExtensionCache (Inherited from DataSource.)
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.

Events


  Name Description
Public event ExecutionCanceled
Raised when a executionDetails is canceled.
(Inherited from DataSource.)
Public event ExecutionError
Raised when a procedure call fails.
(Inherited from DataSource.)
Public event ExecutionFinished
Raised when a procedure call is successfully completed
(Inherited from DataSource.)
Public event ExecutionStarted
Raised when a procedure call is started
(Inherited from DataSource.)