SqlDataReader::GetFieldType Method (Int32)
.NET Framework (current version)
Gets the Type that is the data type of the object.
Assembly: System.Data (in System.Data.dll)
Parameters
- i
-
Type:
System::Int32
The zero-based column ordinal.
Return Value
Type: System::Type^The Type that is the data type of the object. If the type does not exist on the client, in the case of a User-Defined Type (UDT) returned from the database, GetFieldType returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: