ObjectStatementCollection.ContainsKey(Object) Método

Definición

Determina si la tabla contiene el propietario de instrucciones determinado.

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

Parámetros

statementOwner
Object

Propietario de la colección de instrucciones.

Devoluciones

true si statementOwner está en la tabla; en caso contrario, false.

Excepciones

statementOwner es null.

Se aplica a

Consulte también