ObjectStatementCollection.ContainsKey(Object) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the table contains the given statement owner.
public:
 bool ContainsKey(System::Object ^ statementOwner);public bool ContainsKey(object statementOwner);member this.ContainsKey : obj -> boolPublic Function ContainsKey (statementOwner As Object) As BooleanParameters
- statementOwner
- Object
The owner of the statement collection.
Returns
true if statementOwner is in the table; otherwise, false.
Exceptions
statementOwner is null.