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

IParameterService.AddParameter(IParameter) Method

If implemented, adds a parameter to a parameter storage.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void AddParameter(
    IParameter parameter
)

Parameters

Name Type Description
parameter IParameter

An object implementing the IParameter interface.

See Also