Converts all record fields to the specified type.
public static T Get<T>(this IDataRecord record)
Converts the specified record field to the specified type.
public static T Get<T>(this IDataRecord record, Index index)
Converts the specified record field to the specified type.
public static T Get<T>(this IDataRecord record, int index)
Converts the specified record fields to the specified type.
public static T Get<T>(this IDataRecord record, Range range)
Converts the specified record field to the specified type.
public static T Get<T>(this IDataRecord record, string name)
Converts the specified record fields to the specified type.
public static T Get<T>(this IDataRecord record, int index, int count)
Converts the specified record fields to the specified type.
public static T Get<T>(this IDataRecord record, string name, int count)
Converts the specified record fields to the specified type.
public static T Get<T>(this IDataRecord record, string fromName, string toName)