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
true if the collection contains the parameter; otherwise, false.
IDataParameterCollection Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note