Mimer SQL Data Provider
Add(String,MimerDbType) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > Add Method : Add(String,MimerDbType) Method
Name of parameter.
Data type, one of the MimerDbType values.
Adds a new MimerParameter to the MimerParameterCollection given parameter name and data type.
Syntax

Parameters

parameterName
Name of parameter.
mimerDbType
Data type, one of the MimerDbType values.

Return Value

The MimerParameter object created from the parameter values.
Exceptions
ExceptionDescription
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