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

IMultiQueryConfigureParametersPageView.GetParameters() Method

If implemented, returns the list of query parameters created while running the wizard.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.1.dll

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

Declaration

IEnumerable<IQueryParameter> GetParameters()

Returns

Type Description
IEnumerable<IQueryParameter>

A collection of objects implementing the IQueryParameter interface (typically, these are the QueryParameterInternal objects).

See Also