DbConnectorResultSets.Read<T> method (1 of 2)

Reads a result set, converting each record to the specified type.

public IReadOnlyList<T> Read<T>()

See Also


DbConnectorResultSets.Read<T> method (2 of 2)

Reads a result set, converting each record to the specified type with the specified delegate.

public IReadOnlyList<T> Read<T>(Func<IDataRecord, T> map)

See Also