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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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