asp.net.ph

IDataParameterCollection.IndexOf Method ( String )

System.Data Namespace   IDataParameterCollection Class


Returns the location of the IDataParameter with the given name within the collection.

[ VB ]
Overloads Public Function IndexOf ( _
   ByVal parameterName As String _
) As Integer

[ C# ]
public int IndexOf (
   string parameterName
);

[ C++ ]
public: int IndexOf (
   String* parameterName
);

[ JScript ]
public function IndexOf (
   parameterName : String
) : int;

Parameters

parameterName
The name of the parameter to retrieve.

Return Value

The location of the IDataParameter within the collection.

See Also

IDataParameterCollection Members Skip Navigation Links




Previous page Back to top Next page

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