Tortuga.Chain.Core Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
CacheClearedEventArgs |
Class CacheClearedEventArgs.
Implements the [EventArgs]
|
|
|
CacheInvalidatedEventArgs |
Class CacheInvalidatedEventArgs.
|
|
|
CacheReadEventArgs |
Class CacheReadEventArgs.
Implements the [EventArgs]
|
|
|
CacheWrittenEventArgs |
Class CacheWrittenEventArgs.
Implements the [EventArgs]
|
|
|
CommandBuiltEventArgs |
Class CommandBuiltEventArgs.
|
|
|
CommandExecutedEventArgs |
Class CommandExecutedEventArgs is fired .
|
|
|
CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)> |
This class represents the actual preparation and execution of a command.
|
|
|
ExecutionToken |
This class represents the actual preparation and execution of a command.
|
|
|
ExecutionTokenPreparedEventArgs |
This occurs just after an execution token is prepared.
|
|
|
ExecutionTokenPreparingEventArgs |
This occurs just before an execution token is prepared.
|
|
|
ObjectCacheAdapter |
Class ObjectCacheAdapter.
|
|
|
OleDbCommandExecutionToken |
An execution token for any OleDb provider.
|
|
|
OleDbOperationExecutionToken |
Class OleDbOperationExecutionToken.
|
|
|
OperationExecutionToken<(Of <(<'TConnection, TTransaction>)>)> |
This class represents the actual preparation and execution of a operation that isn't dependent on a DbCommand.
|
|
|
StreamingCommandCompletionToken |
This is used to close resources after completing a streaming operation.
|
Structures
| Structure | Description | |
|---|---|---|
|
|
CacheReadResult<(Of <(<'T>)>)> |
Lightweight alternative to a Tuple for reading from the cache asynchronously.
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
CleanupResources |
This should be invoked after the associated command is complete.
|
|
|
CleanupResourcesAsync |
This should be invoked after the associated command is complete.
|
|
|
CommandImplementation<(Of <(<'TCommand>)>)> |
The implementation of an operation from a CommandBuilder.
|
|
|
CommandImplementationAsync<(Of <(<'TCommand>)>)> |
The implementation of an operation from a CommandBuilder.
|
|
|
OperationImplementation<(Of <(<'TConnection, TTransaction>)>)> |
The implementation of an operation from an OperationBuilder.
|
|
|
OperationImplementationAsync<(Of <(<'TConnection, TTransaction>)>)> |
The implementation of an operation from an OperationBuilder.
|
|
|
StreamingCommandImplementation<(Of <(<'TCommand>)>)> |
The implementation of an operation from a CommandBuilder.
|
|
|
StreamingCommandImplementationAsync<(Of <(<'TCommand>)>)> |
The implementation of an operation from a CommandBuilder.
|

