Oracle 5.0 Reference Manual page 2001

Table of Contents

Advertisement

Syntax: Visual Basic
NotOverridable Public Sub Clear() _
_
Implements IList.Clear
Syntax: C#
public void Clear();
Implements
IList.Clear
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.6. Contains Method
Gets a value indicating whether a
Overload List
Gets a value indicating whether a MySqlParameter exists in the collection.
public bool Contains(object);
Gets a value indicating whether a
collection.
public bool Contains(string);
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.6.1.
MySqlParameterCollection.Contains
Gets a value indicating whether a MySqlParameter exists in the collection.
Syntax: Visual Basic
NotOverridable Overloads Public Function Contains( _
ByVal value As Object _
) As Boolean _
_
Implements IList.Contains
Syntax: C#
public bool Contains(
objectvalue
);
Parameters
• value: The value of the
Return Value
true if the collection contains the
Implements
IList.Contains
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlParameter
MySqlParameter
Class,
MySql.Data.MySqlClient Namespace
MySqlParameter
object to find.
MySqlParameter
1981
exists in the collection.
with the specified parameter name exists in the
Method
object; otherwise, false.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents