[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.AddRange

AddRange Method

AddRange(Array)

Adds an array of items with the specified values to the parameter collection.

Declaration
public override void AddRange(Array array)
Parameters
Type Name Description
Array array

An array of values of type DbParameter to add to the collection.

Overrides