Oracle 5.0 Reference Manual page 2002

Table of Contents

Advertisement

See Also
MySqlParameterCollection
MySqlParameterCollection.Contains Overload List
20.2.7.1.4.1.7.1.1.6.2.
Gets a value indicating whether a
collection.
Syntax: Visual Basic
NotOverridable Overloads Public Function Contains( _
ByVal name As String _
) As Boolean _
_
Implements IDataParameterCollection.Contains
Syntax: C#
public bool Contains(
stringname
);
Parameters
• name: The name of the
Return Value
true if the collection contains the parameter; otherwise, false.
Implements
IDataParameterCollection.Contains
See Also
MySqlParameterCollection
MySqlParameterCollection.Contains Overload List
20.2.7.1.4.1.7.1.1.7.
MySqlParameterCollection.CopyTo
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
Syntax: Visual Basic
NotOverridable Public Sub CopyTo( _
ByVal array As Array, _
ByVal index As Integer _
) _
_
Implements ICollection.CopyTo
Syntax: C#
public void CopyTo(
Arrayarray,
intindex
);
Parameters
• array:
[648]:
index
Connector/Net API Reference
Class,
MySqlParameterCollection.Contains
MySqlParameter
MySqlParameter
Class,
MySql.Data.MySqlClient
with the specified parameter name exists in the
object to find.
MySql.Data.MySqlClient
Method
1982
Namespace,
Method
Namespace,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents