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

GenericDbDataSource<(Of <(<'TConnection, TCommand, TParameter>)>)> Methods

The GenericDbDataSource<(Of <(<'TConnection, TCommand, TParameter>)>)> type exposes the following members.

Methods


  Name Description
Public method CreateConnection
Creates and opens a SQL connection.
(Inherited from GenericDbDataSource.)
Public method CreateConnectionAsync
Creates and opens a SQL connection.
(Inherited from GenericDbDataSource.)
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExecuteStream(CommandExecutionToken<(Of <<'(DbCommand, DbParameter>)>>), StreamingCommandImplementation<(Of <<'(DbCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
(Inherited from GenericDbDataSource.)
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 <<'(DbCommand, DbParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(DbCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Execute stream as an asynchronous operation.
(Inherited from GenericDbDataSource.)
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 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 GenericDbDataSource.)
Public method Sql(String)
Creates a operation based on a raw SQL statement.
(Inherited from GenericDbDataSource.)
Public method Sql(String, Object)
Creates a operation based on a raw SQL statement.
(Inherited from GenericDbDataSource.)
Public method TestConnection
Tests the connection.
(Inherited from GenericDbDataSource.)
Public method TestConnectionAsync
Tests the connection asynchronously.
(Inherited from GenericDbDataSource.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)