 | AsynchronousOperationContextCurrentThreadDatabase Property |
Gets the current thread database which must be used to access data (query, transaction...)
Namespace:
EBP.Api.Asynchronous
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic IDatabase CurrentThreadDatabase { get; }
Public ReadOnly Property CurrentThreadDatabase As IDatabase
Get
Property Value
Type:
IDatabase
See Also