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

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