'Declaration Public Function Add( _ ByVal value As QueryParameter _ ) As Integer
public int Add( QueryParameter value )
Parameters
- value
- The QueryParameter object to add to the collection.
Return Value
A new QueryParameter object.
'Declaration Public Function Add( _ ByVal value As QueryParameter _ ) As Integer
public int Add( QueryParameter value )