IParameterService.CreateParameter(Type) Method
In This Article
If implemented, creates a new parameter of the specified type.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#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