CommandParameter Constructor(String,String)
- Last UpdatedNov 06, 2025
- 1 minute read
Creates a CommandParameter object with the given name and type.
'Usage
Dim name As String
Dim type As String
Dim instance As New CommandParameter(name, type)
Parameters
- name
- The name of the CommandParameter
- type
- The type of the CommandParameter