Click or drag to resize

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)
Syntax
public IDatabase CurrentThreadDatabase { get; }

Property Value

Type: IDatabase
See Also