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

適用於

另請參閱