AdomdParameterCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a AdomdParameter object to the AdomdParameterCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(AdomdParameter) | Adds a AdomdParameter object to the AdomdParameterCollection collection. | |
Add(String, Object) | Creates a new AdomdParameter object with the specified property name and value, and adds it to the collection. |
Top