SelfServicingExtensionMethodsGetFirstAsync Method | 
| Name | Description | |
|---|---|---|
| GetFirstAsyncTEntity(EntityQueryTEntity) | 
            Async variant of GetFirstTEntity(EntityQueryTEntity).
            Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
              | |
| GetFirstAsyncTEntity(EntityQueryTEntity, ITransaction) | 
            Async variant of GetFirstTEntity(EntityQueryTEntity, ITransaction).
            Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
              | |
| GetFirstAsyncTEntity(EntityQueryTEntity, CancellationToken) | 
            Async variant of GetFirstTEntity(EntityQueryTEntity).
            Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
              | |
| GetFirstAsyncT(IDao, DynamicQueryT) | 
            Async variant of GetFirstT(IDao, DynamicQueryT).
            Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
              | |
| GetFirstAsyncTEntity(EntityQueryTEntity, ITransaction, CancellationToken) | 
            Async variant of GetFirstTEntity(EntityQueryTEntity, ITransaction).
            Fetches the first entity of the set returned by the query and returns that entity, if any, otherwise null.
              | |
| GetFirstAsyncT(IDao, DynamicQueryT, ITransaction) | 
            Async variant of GetFirstT(IDao, DynamicQueryT, ITransaction).
            Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
              | |
| GetFirstAsyncT(IDao, DynamicQueryT, CancellationToken) | 
            Async variant of GetFirstT(IDao, DynamicQueryT).
            Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
              | |
| GetFirstAsyncT(IDao, DynamicQueryT, ITransaction, CancellationToken) | 
            Async variant of GetFirstT(IDao, DynamicQueryT, ITransaction).
            Fetches the first object of the set returned by the query and returns that object, if any, otherwise null.
              |