The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlParameterCollection::IndexOf Method (SqlParameter^)
.NET Framework (current version)
Gets the location of the specified SqlParameter within the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System.Data.SqlClient::SqlParameter^
The SqlParameter to find.
Return Value
Type: System::Int32The zero-based location of the specified SqlParameter that is a SqlParameter within the collection. Returns -1 when the object does not exist in the SqlParameterCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: