Share via


AdomdParameterCollection.Add Method

Include Protected Members
Include Inherited Members

Adds an AdomdParameter object to the AdomdParameterCollection.

Overload List

  Name Description
Public method Add(AdomdParameter) Adds an AdomdParameter object to the AdomdParameterCollection collection.
Public method Add(String, Object) Creates a new AdomdParameter object with the specified property name and value, and adds it to the collection.

Top