DbDataReader.GetFieldType(Int32) Method

Definition

When overridden in a derived class, gets the data type of the specified column.

public:
 abstract Type ^ GetFieldType(int ordinal);
public abstract Type GetFieldType (int ordinal);
abstract member GetFieldType : int -> Type
Public MustOverride Function GetFieldType (ordinal As Integer) As Type

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

The data type of the specified column.

Implements

Exceptions

The column index is out of range.

The specified cast is not valid.

Applies to

See also