AddRange Method (DbParameterBaseCollection)
In This Topic
Adds the specified array of
DbParameterBase objects to the
DbParameterBaseCollection.
Syntax
|
|---|
'Declaration
Public Overrides Sub AddRange( _
ByVal As Array _
) |
|
|---|
public override void AddRange(
Array
) |
Parameters
- values
- Array of DbParameterBase objects to be added to the DbParameterBaseCollection.
See Also