Share via


ObjectStatementCollection.ContainsKey(Object) Méthode

Définition

Détermine si la table contient le propriétaire d'instructions donné.

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

Paramètres

statementOwner
Object

Propriétaire de la collection d'instructions.

Retours

true si statementOwner se trouve dans la table ; sinon, false.

Exceptions

statementOwner a la valeur null.

S’applique à

Voir aussi