| AdapterExtensionMethodsFetchSingleAsync Method | 
| Name | Description | |
|---|---|---|
| FetchSingleAsyncT(IDataAccessAdapter, DynamicQueryT) | 
            Async variant of FetchSingleT(IDataAccessAdapter, 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.
              | |
| FetchSingleAsyncTEntity(IDataAccessAdapter, EntityQueryTEntity) | 
            Async variant of FetchSingleTEntity(IDataAccessAdapter, 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.
              | |
| FetchSingleAsyncT(IDataAccessAdapter, DynamicQueryT, CancellationToken) | 
            Async variant of FetchSingleT(IDataAccessAdapter, 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.
              | |
| FetchSingleAsyncTEntity(IDataAccessAdapter, EntityQueryTEntity, CancellationToken) | 
            Async variant of FetchSingleTEntity(IDataAccessAdapter, 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.
              |