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

IParameterService.CreateParameter(Type) Method

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

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v18.2.dll

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