Skip to main content
A newer version of this page is available. .

EFParameterCollection.AddRange(EFParameter[]) Method

Appends an array of stored procedure parameters to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void AddRange(
    params EFParameter[] parameters
)

Parameters

Name Type Description
parameters EFParameter[]

An array of EFParameter objects to append to the collection.

See Also