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 内の要素の数。

実装

適用対象