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

实现

适用于