Overload | Description |
---|---|
Add(Object) | Adds the specified MimerParameter to the MimerParameterCollection. |
Add(MimerParameter) | Adds the specified MimerParameter to the MimerParameterCollection. |
Add(String,Object) | Adds a new MimerParameter to the MimerParameterCollection given parameter name and value. |
Add(String,MimerDbType) | Adds a new MimerParameter to the MimerParameterCollection given parameter name and data type. |
Add(String,MimerDbType,Int32) | Adds a new MimerParameter to the MimerParameterCollection given parameter name, data type and column length. |
Add(String,MimerDbType,Int32,String) | Adds a new MimerParameter to the MimerParameterCollection given parameter name, data type, column length and source column name. |