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

    Gets or sets the column name.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string ColumnName { get; set; }

    Property Value

    Type Description
    String

    The column name.

    See Also