SpParameter Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| SpParameter Constructor(String,String) | Initializes a new instance of the SpParameter class that allows for an input parameter of type string to be defined. |
| SpParameter Constructor(String,Int32) | Initializes a new instance of the SpParameter class that allows for an input parameter of type integer to be defined. |
| SpParameter Constructor(String,Double) | Initializes a new instance of the SpParameter class that allows for an input parameter of type double to be defined. |
| SpParameter Constructor(String,DateTime) | Initializes a new instance of the SpParameter class that allows for an input parameter of type DateTime to be defined. |
| SpParameter Constructor(String,Boolean) | Initializes a new instance of the SpParameter class that allows for an input parameter of type bool to be defined. |
| SpParameter Constructor(String,Decimal) | Initializes a new instance of the SpParameter class that allows for an input parameter of type decimal to be defined. |