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

EFStoredProcedureInfo.Parameters Property

Specifies the stored procedure parameters.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public EFParameterCollection Parameters { get; }

Property Value

Type Description
EFParameterCollection

A EFParameterCollection object specifying a collection of stored procedure parameters.

See Also