メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
オブジェクトのデータ型である Type を取得します。
Public Overridable Function GetFieldType( _
ByVal i As Integer _) As Type Implements IDataRecord.GetFieldType
[C#]
public virtual Type GetFieldType(inti);
[C++]
public: virtual Type* GetFieldType(inti);
[JScript]
public function GetFieldType(
i : int) : Type;
パラメータ
- i
列の 0 から始まる序数。
戻り値
オブジェクトのデータ型である Type 。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
OdbcDataReader クラス | OdbcDataReader メンバ | System.Data.Odbc 名前空間