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

语句集合的所有者。

返回

Boolean

如果 statementOwner 在表中,则为 true;否则为 false

例外

statementOwnernull

适用于

另请参阅