Adds an array of values to the end of the ULParameterCollection.
Public Sub AddRange(ByVal values As ULParameter())
public void AddRange(ULParameter[] values)
values An array of ULParameter objects to add to the end of this collection.
This is the strongly-typed version of DbParameterCollection.AddRange(Array).