ParameterInfo(String, Type) Constructor
Initializes a new instance of the PromptToExpressionRequestBase.ParameterInfo class with specified settings.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.2.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The parameter name. This value is assigned to the Name property. |
| type | Type | The parameter data type. This value is assigned to the Type property. |
See Also