StoredProcedureParameterCollection.Add(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method to add name, value pairs.
public:
void Add(System::String ^ paramName, System::Object ^ paramValue);
public void Add (string paramName, object paramValue);
override this.Add : string * obj -> unit
Public Sub Add (paramName As String, paramValue As Object)
Parameters
- paramName
- String
Name of Parameter for the SP.
- paramValue
- Object
Value of Parameter for the SP.