Skip to main content

IParameterService.CreateParameter(Type) Method

If implemented, creates a new parameter of the specified type.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

IParameter CreateParameter(
    Type type
)

Parameters

Name Type Description
type Type

A Type value.

Returns

Type Description
IParameter

An object implementing the IParameter interface.

See Also