QueryParameterInfo Constructor
In This Topic
Initializes a new instance of the
QueryParameterInfo class
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
)
public QueryParameterInfo(
string ,
Type
)
Parameters
- name
- Parameter name.
- type
- Parameter type.
See Also