OracleParameterCollection.Count プロパティ

定義

OracleParameterCollection の要素数を格納している整数を返します。 読み取り専用です。

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

プロパティ値

OracleParameterCollection に含まれる要素の数を表す整数。

実装

適用対象