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 中的項目數,為整數。

實作

適用於