Skip to main content
All docs
V25.2
  • PromptToExpressionRequestBase.ColumnInfo.Type Property

    Gets or sets the column data type.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string Type { get; set; }

    Property Value

    Type Description
    String

    The column data type.

    See Also