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

속성 값

Int32

OracleParameterCollection의 요소 수를 나타내는 정수입니다.

구현

적용 대상