Mimer SQL Data Provider
MimerParameter Constructor(String,MimerDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object)




Mimer.Data.Client Namespace > MimerParameter Class > MimerParameter Constructor : MimerParameter Constructor(String,MimerDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object)
Name of parameter, see ParameterName for more information on how to name paarameters.
Data type, one of the MimerDbType values.
Parameter length.
One of the System.Data.ParameterDirection values.
true if the value of the field can be null; otherwise, false.
The total number of digits to the left and right of the decimal point to which Value is resolved.
The total number of decimal places to which Value is resolved.
Name of source column.
One of the System.Data.DataRowVersion values.
An Object that is the value of the MimerParameter.
Initializes a new instance of the MimerParameter with a parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties.
Syntax

Parameters

parameterName
Name of parameter, see ParameterName for more information on how to name paarameters.
mimerDbType
Data type, one of the MimerDbType values.
size
Parameter length.
parameterDirection
One of the System.Data.ParameterDirection values.
isNullable
true if the value of the field can be null; otherwise, false.
precision
The total number of digits to the left and right of the decimal point to which Value is resolved.
scale
The total number of decimal places to which Value is resolved.
sourceColumn
Name of source column.
sourceVersion
One of the System.Data.DataRowVersion values.
parameterValue
An Object that is the value of the MimerParameter.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members
Overload List