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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULParameterCollection class » Contains methods

Contains methods Next Page

Contains(Object) method


Checks whether a ULParameter exists in the collection.

Syntax

Visual Basic

Public Overrides Function Contains( _
ByVal value As Object _
) As Boolean

C#

public override bool Contains(
object value
);

Parameters
Return value

True if the collection contains the ULParameter, false otherwise.

See also