SelfServicingExtensionMethodsGetSingleAsync Method |
Name | Description | |
---|---|---|
GetSingleAsyncTEntity(EntityQueryTEntity) |
Async variant of GetSingleTEntity(EntityQueryTEntity).
Fetches the single entity of the set returned by the query and returns that entity. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncTEntity(EntityQueryTEntity, ITransaction) |
Async variant of GetSingleTEntity(EntityQueryTEntity, ITransaction).
Fetches the single entity of the set returned by the query and returns that entity. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncTEntity(EntityQueryTEntity, CancellationToken) |
Async variant of GetSingleTEntity(EntityQueryTEntity).
Fetches the single entity of the set returned by the query and returns that entity. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncT(IDao, DynamicQueryT) |
Async variant of GetSingleT(IDao, DynamicQueryT).
Fetches the single object of the set returned by the query and returns that object. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncTEntity(EntityQueryTEntity, ITransaction, CancellationToken) |
Async variant of GetSingleTEntity(EntityQueryTEntity, ITransaction).
Fetches the single entity of the set returned by the query and returns that entity. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncT(IDao, DynamicQueryT, ITransaction) |
Async variant of GetSingleT(IDao, DynamicQueryT, ITransaction).
Fetches the single object of the set returned by the query and returns that object. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncT(IDao, DynamicQueryT, CancellationToken) |
Async variant of GetSingleT(IDao, DynamicQueryT).
Fetches the single object of the set returned by the query and returns that object. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
| |
GetSingleAsyncT(IDao, DynamicQueryT, ITransaction, CancellationToken) |
Async variant of GetSingleT(IDao, DynamicQueryT, ITransaction).
Fetches the single object of the set returned by the query and returns that object. If there are no elements or more than 1 element,
a NotSupportedException will be thrown.
|