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 요소의 수입니다.

구현

적용 대상