| SqlParameter Constructor |
| Name | Description | |
|---|---|---|
| SqlParameter(SqlParameter) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object, Transformer) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object, Transformer, ParameterDirection) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object, Transformer, ParameterDirection, Int32) | Initializes a new instance of the SqlParameter class |