Skip to main content
All docs
V26.1
  • PromptToExpressionRequestBase.ColumnInfo.Description Property

    Gets or sets the information about the column’s meaning or usage.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

    public string Description { get; set; }

    Property Value

    Type Description
    String

    The information about the column’s meaning or usage.

    See Also