Executes the query, converting each record to the specified type.
public ValueTask<IReadOnlyList<T>> QueryAsync<T>(CancellationToken cancellationToken = default)
Executes the query, converting each record to the specified type with the specified delegate.
public ValueTask<IReadOnlyList<T>> QueryAsync<T>(Func<IDataRecord, T> map,
CancellationToken cancellationToken = default)