| AsyncAdapterExtensionMethodsFetchScalarAsync Method | 
| Name | Description | |
|---|---|---|
| FetchScalarAsyncTValue(IDataAccessAdapter, DynamicQuery) | 
            Async variant of FetchScalarTValue(IDataAccessAdapter, DynamicQuery).
            Fetches a scalar value using the query specified, and returns this value typed as TValue, using a cast. The query specified will be converted to a
            scalar query prior to execution.
              | |
| FetchScalarAsyncTValue(IDataAccessAdapter, DynamicQuery, CancellationToken) | 
            Async variant of FetchScalarTValue(IDataAccessAdapter, DynamicQuery).
            Fetches a scalar value using the query specified, and returns this value typed as TValue, using a cast. The query specified will be converted to a
            scalar query prior to execution.
              |