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 1.0 API Reference » ULParameterCollection class

Contains method Next Page

Contains method


Checks whether a ULParameter with the specified name exists in the collection.

Syntax

Visual Basic

Overloads NotOverridable Public Function Contains( _
ByVal value As String _
) As Boolean _
Implements IDataParameterCollection.Contains

C#

public bool Contains(
string value
);

Parameters
Return value

True if the collection contains the ULParameter, false otherwise.

Implements

[external link] IDataParameterCollection.Contains

See also