次の方法で共有


IDataRecord.FieldCount プロパティ

現在の行の列数を取得します。

ReadOnly Property FieldCount As Integer
[C#]
int FieldCount {get;}
[C++]
__property int get_FieldCount();
[JScript]
function get FieldCount() : int;

プロパティ値

有効なレコードセット内にない場合は 0。それ以外の場合は現在のレコード内の列の数。既定値は -1 です。

解説

行を返さないクエリ (たとえば、 ExecuteNonQuery メソッドを使用するクエリ) を実行した後、 FieldCount が -1 を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

IDataRecord インターフェイス | IDataRecord メンバ | System.Data 名前空間