dotConnect for SugarCRM Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / AddRange Method
Array of DbParameterBase objects to be added to the DbParameterBaseCollection.

In This Topic
AddRange Method
In This Topic
Adds the specified array of DbParameterBase objects to the DbParameterBaseCollection.
Syntax
'Declaration
 
Public Overrides Sub AddRange( _
   ByVal values As Array _
) 
 

Parameters

values
Array of DbParameterBase objects to be added to the DbParameterBaseCollection.
See Also