Reads a result set, converting each record to the specified type.
public IReadOnlyList<T> Read<T>()
Reads a result set, converting each record to the specified type with the specified delegate.
public IReadOnlyList<T> Read<T>(Func<IDataRecord, T> map)