Mimer SQL Data Provider
Add(String,Object) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > Add Method : Add(String,Object) Method
Name of parameter.
A MimerParameter object.
Adds a new MimerParameter to the MimerParameterCollection given parameter name and value.
Syntax

Parameters

parameterName
Name of parameter.
parameterValue
A MimerParameter object.

Return Value

The MimerParameter object created from the parameter values.
Exceptions
ExceptionDescription
The parameterValue is not a MimerParameter.
The MimerParameter specified in the value parameter is already added to this or another MimerParameterCollection.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List