asp.net.ph

IDataParameterCollection.Contains Method ( String )

System.Data Namespace   IDataParameterCollection Class


Checks whether an IDataParameter with the specified name is in the collection.

[ VB ]
Overloads Public Function Contains ( _
   ByVal parameterName As String _
) As Boolean

[ C# ]
public bool Contains (
   string parameterName
);

[ C++ ]
public: bool Contains (
   String* parameterName
);

[ JScript ]
public function Contains (
   parameterName : String
) : Boolean

Parameters

parameterName
The name of the parameter to retrieve.

Return Value

true if the collection contains the parameter; otherwise, false.

See Also

IDataParameterCollection Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph