Checks whether a ULParameter with the specified name exists in the collection.
Visual Basic
Overloads NotOverridable Public Function Contains( _
ByVal value As String _
) As Boolean _
Implements IDataParameterCollection.Contains
C#
public bool Contains(
string value
);
value The name of the parameter to search for.
True if the collection contains the ULParameter, false otherwise.
IDataParameterCollection.Contains