AdomdParameterCollection.Contains Method
Include Protected Members
Include Inherited Members
Determines whether a parameter is in the AdomdParameterCollection collection.
Overload List
Name | Description | |
---|---|---|
![]() |
Contains(String) | Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection. |
![]() |
Contains(AdomdParameter) | Determines whether a parameter is in the AdomdParameterCollection collection. |
Top