QueryParameterCollection Constructor
In This Topic
Initializes a new instance of the
QueryParameterCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As Query _
)
public QueryParameterCollection(
Query
)
Parameters
- owner
- The Query object which is the owner of the current collection.
See Also