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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAParameterCollection class » Contains methods

 

Contains(String) method

Indicates whether an SAParameter object exists in the collection.

Syntax
Visual Basic

Public Overrides Function Contains( _
   ByVal value As String _
) As Boolean
C#

public override bool Contains(
   string  value
);
Parameters
  • value   The name of the parameter to search for.

Return value

True if the collection contains the SAParameter object. Otherwise, false.

See also