Skip to main content

EFParameterCollection.AddRange(EFParameter[]) Method

Appends an array of stored procedure parameters to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.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