Mimer SQL Data Provider
Add(String,MimerDbType,Int32,String) Method




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

Parameters

parameterName
Name of parameter.
mimerDbType
Data type, one of the MimerDbType values.
size
The length of the column.
sourceColumn
Name of source column.

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