オブジェクトのデータ型である Type を取得します。
Public Overridable Function GetFieldType( _
ByVal index As Integer _) As Type Implements IDataRecord.GetFieldType
[C#]
public virtual Type GetFieldType(intindex);
[C++]
public: virtual Type* GetFieldType(intindex);
[JScript]
public function GetFieldType(
index : int) : Type;
パラメータ
- index
列の 0 から始まる序数。
戻り値
オブジェクトのデータ型である Type 。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
OleDbDataReader クラス | OleDbDataReader メンバ | System.Data.OleDb 名前空間