CommandParameter Constructor(String,String)
- Last UpdatedMar 17, 2026
- 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