QueryParameter Constructor(String)
In This Topic
Initializes a new instance of the
QueryParameter class, assigning the parameter's name.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public QueryParameter(
string
)
Parameters
- name
- The unique name of this parameter.
See Also