SelfServicingExtensionMethods.GetFirstAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | GetFirstAsync<TEntity>(EntityQuery<TEntity>) |
Async variant of GetFirst<TEntity>(EntityQuery<TEntity>).
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<TEntity>(EntityQuery<TEntity>, ITransaction) |
Async variant of GetFirst<TEntity>(EntityQuery<TEntity>, ITransaction).
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<TEntity>(EntityQuery<TEntity>, CancellationToken) |
Async variant of GetFirst<TEntity>(EntityQuery<TEntity>).
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<T>(IDao, DynamicQuery<T>) |
Async variant of GetFirst<T>(IDao, DynamicQuery<T>).
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<TEntity>(EntityQuery<TEntity>, ITransaction, CancellationToken) |
Async variant of GetFirst<TEntity>(EntityQuery<TEntity>, ITransaction).
Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<T>(IDao, DynamicQuery<T>, ITransaction) |
Async variant of GetFirst<T>(IDao, DynamicQuery<T>, ITransaction).
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<T>(IDao, DynamicQuery<T>, CancellationToken) |
Async variant of GetFirst<T>(IDao, DynamicQuery<T>).
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
|
![]() ![]() | GetFirstAsync<T>(IDao, DynamicQuery<T>, ITransaction, CancellationToken) |
Async variant of GetFirst<T>(IDao, DynamicQuery<T>, ITransaction).
Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
|