'Declaration Public Function Add( _ ByVal parameter As QueryParameter _ ) As Integer
public int Add( QueryParameter parameter )
Parameters
- parameter
- The QueryParameter object to add.
Return Value
The index of the added object in the current collection.