QueryParameterInfo Constructor
In This Topic
Initializes a new instance of the
QueryParameterInfo class with the specified name and type.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
)
public QueryParameterInfo(
string ,
Type
)
Parameters
- name
- A System.String value indicating the name of the query parameter.
- type
- A System.Type object representing the type of the query parameter.
See Also