Share via


AdomdParameterCollection.IndexOf Method

Include Protected Members
Include Inherited Members

Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.

Overload List

  Name Description
Public method IndexOf(String) Given a property name, this method returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.
Public method IndexOf(AdomdParameter) Returns the zero-based index of the first occurrence of a parameter in the AdomdParameterCollection collection.

Top