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