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 中的元素数。

实现

适用于