SpParameter Constructor(String,Decimal)
- Last UpdatedMay 26, 2026
- 1 minute read
Initializes a new instance of the SpParameter class that allows for an input parameter of type decimal to be defined.
'Usage
Dim name As String
Dim value As Decimal
Dim instance As New SpParameter(name, value)
Parameters
- name
- The name of the input parameter.
- value
- The value of the input parameter.