Overload | Description |
---|---|
MimerParameter Constructor() | Initializes a new instance of the MimerParameter class. |
MimerParameter Constructor(String,Object) | Initializes a new instance of the MimerParameter class with a parameter name and a value. |
MimerParameter Constructor(String,MimerDbType) | Initializes a new instance of the MimerParameter with a parameter name and a data type. |
MimerParameter Constructor(String,MimerDbType,Int32) | Initializes a new instance of the MimerParameter with a parameter name, data type, and length. |
MimerParameter Constructor(String,MimerDbType,Int32,String) | Initializes a new instance of the MimerParameter with a parameter name, data type, length, and source column name. |
MimerParameter Constructor(String,MimerDbType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object) | Initializes a new instance of the MimerParameter with a parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties. |