In This Topic
Adds an array of items with the specified values to the parameter collection.
Syntax
'Declaration
Public Overrides Sub AddRange( _
ByVal As Array _
)
public override void AddRange(
Array
)
Parameters
- array
- An array of values of type DbParameter to add to the collection.
See Also