EntityDataReader.FieldCount プロパティ

定義

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

public:
 virtual property int FieldCount { int get(); };
public override int FieldCount { get; }
member this.FieldCount : int
Public Overrides ReadOnly Property FieldCount As Integer

プロパティ値

現在の行の列数です。

実装

注釈

非表示フィールドを含めます。 非表示フィールドを除外するには、VisibleFieldCount を使用します。

適用対象

こちらもご覧ください