Executes the query, reading one record at a time and converting it to the specified type.
public IEnumerable<T> Enumerate<T>()
Executes the query, reading one record at a time and converting it to the specified type with the specified delegate.
public IEnumerable<T> Enumerate<T>(Func<IDataRecord, T> map)