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