Skip to main content
All docs
V25.2
  • 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

    public ParameterInfo(
        string name,
        Type type
    )

    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