DataTableReader.GetFieldType Method
Gets the Type that is the data type of the object.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Parameters
- ordinal
- Type: System.Int32
The zero-based column ordinal.
Implements
IDataRecord.GetFieldType(Int32)| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index passed was outside the range of 0 to FieldCount - 1. |
| InvalidOperationException | An attempt was made to read or access a column in a closed DataTableReader . |
Call the following procedure, passing in a DataTableReader instance in order to display a list of all the fields and the full name for each type in the Console window.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.