Checks whether a ULParameter exists in the collection.
Visual Basic Public Overrides Function Contains( _ ByVal value As Object _ ) As Boolean
C# public override bool Contains( object value );
value The ULParameter object to check for.
True if the collection contains the ULParameter, false otherwise.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |