Skip to main content
All docs
V18.2

ConfigureContext.ParameterService Property

Specifies a service that manages query parameters.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public IParameterService ParameterService { get; set; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also