Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULParameterCollection-Klasse » Contains-Methoden

 

Contains(Object)-Methode

Prüft, ob ein ULParameter-Objekt in der Sammlung vorhanden ist

Syntax
Visual Basic
Public Overrides Function Contains( _
   ByVal value As Object _
) As Boolean
C#
public override bool Contains(
   object value
);
Parameter
  • value   Das ULParameter-Objekt, auf das geprüft werden soll

Rückgabewert

TRUE, wenn die Sammlung das ULParameter-Objekt enthält, anderenfalls FALSE

Siehe auch