Share via


ObjectStatementCollection.ContainsKey(Object) Yöntem

Tanım

Tablonun verilen deyim sahibini içerip içermediğini belirler.

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

Parametreler

statementOwner
Object

Deyim koleksiyonunun sahibi.

Döndürülenler

true tablosundaysa statementOwner ; değilse , false.

Özel durumlar

statementOwner, null değeridir.

Şunlara uygulanır

Ayrıca bkz.