DbDataRecord.FieldCount プロパティ

定義

現在のレコード内のフィールドの数を示します。 このプロパティは読み取り専用です。

public:
 abstract property int FieldCount { int get(); };
public:
 property int FieldCount { int get(); };
public abstract int FieldCount { get; }
public int FieldCount { get; }
member this.FieldCount : int
Public MustOverride ReadOnly Property FieldCount As Integer
Public ReadOnly Property FieldCount As Integer

プロパティ値

現在のレコード内のフィールド数。

実装

例外

読み取るデータ ソースに接続されていません。

適用対象

こちらもご覧ください