OracleDataReader.GetFieldType Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the Type that is the data type of the object.
[Visual Basic] Public Overridable Function GetFieldType( _ ByVal i As Integer _ ) As Type Implements IDataRecord.GetFieldType [C#] public virtual Type GetFieldType( int i ); [C++] public: virtual Type* GetFieldType( int i ); [JScript] public function GetFieldType( i : int ) : Type;
Parameters
- i
- The zero-based column ordinal.
Return Value
The Type that is the data type of the object.
Implements
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleDataReader Class | OracleDataReader Members | System.Data.OracleClient Namespace