DataRecordExtensions.Get<T> method (1 of 8)

Converts all record fields to the specified type.

public static T Get<T>(this IDataRecord record)

See Also


DataRecordExtensions.Get<T> method (2 of 8)

Converts the specified record field to the specified type.

public static T Get<T>(this IDataRecord record, Index index)

See Also


DataRecordExtensions.Get<T> method (3 of 8)

Converts the specified record field to the specified type.

public static T Get<T>(this IDataRecord record, int index)

See Also


DataRecordExtensions.Get<T> method (4 of 8)

Converts the specified record fields to the specified type.

public static T Get<T>(this IDataRecord record, Range range)

See Also


DataRecordExtensions.Get<T> method (5 of 8)

Converts the specified record field to the specified type.

public static T Get<T>(this IDataRecord record, string name)

See Also


DataRecordExtensions.Get<T> method (6 of 8)

Converts the specified record fields to the specified type.

public static T Get<T>(this IDataRecord record, int index, int count)

See Also


DataRecordExtensions.Get<T> method (7 of 8)

Converts the specified record fields to the specified type.

public static T Get<T>(this IDataRecord record, string name, int count)

See Also


DataRecordExtensions.Get<T> method (8 of 8)

Converts the specified record fields to the specified type.

public static T Get<T>(this IDataRecord record, string fromName, string toName)

See Also