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

语句集合的所有者。

返回

true 如果 statementOwner 位于表中,则为 .;否则为 false

例外

statementOwnernull

适用于

另请参阅