ObjectStatementCollection.ContainsKey(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定表中是否包含给定的语句所有者。
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
。
例外
statementOwner
为 null
。