ObjectStatementCollection.ContainsKey(Object) Method

Definition

Determines whether the table contains the given statement owner.

public:
 bool ContainsKey(System::Object ^ statementOwner);
public bool ContainsKey (object statementOwner);
member this.ContainsKey : obj -> bool
Public Function ContainsKey (statementOwner As Object) As Boolean

Parameters

statementOwner
Object

The owner of the statement collection.

Returns

true if statementOwner is in the table; otherwise, false.

Exceptions

statementOwner is null.

Applies to

See also