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

OleDbSqlServerDataSource Methods

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) (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 <<'(UTP, UTP>)>>), StreamingCommandImplementation<(Of <<'(UTP>)>>), Object) (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 <<'(UTP, UTP>)>>), StreamingCommandImplementationAsync<(Of <<'(UTP>)>>), CancellationToken, Object) (Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Protected method Finalize (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 (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnExecutionCanceled(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Object) (Inherited from DataSource.)
Public method OnExecutionError(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Object) (Inherited from DataSource.)
Public method OnExecutionFinished(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Object) (Inherited from DataSource.)
Public method OnExecutionStarted(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionStarted(ExecutionToken, DateTimeOffset, 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 (Inherited from Object.)
Public method WithSettings
Creates a new data source with the indicated changes to the settings.