Share via


ObjectStatementCollection.ContainsKey(Object) 메서드

정의

지정된 문 소유자가 테이블에 있는지 여부를 확인합니다.

public:
 bool ContainsKey(System::Object ^ statementOwner);
public bool ContainsKey (object statementOwner);
member this.ContainsKey : obj -> bool
Public Function ContainsKey (statementOwner As Object) As Boolean

매개 변수

statementOwner
Object

문 컬렉션 소유자입니다.

반환

statementOwner가 테이블에 있으면 true이고, 그렇지 않으면 false입니다.

예외

statementOwnernull입니다.

적용 대상

추가 정보