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

    Describes a data column that can be used by the Prompt to Expression AI-powered extension.
    Name Parameters Description
    ColumnInfo() none Initializes a new instance of the PromptToExpressionRequestBase.ColumnInfo class.
    ColumnInfo(String, String, String, Type, IEnumerable<PromptToExpressionRequestBase.ColumnInfo>) name, caption, description, type, children Initializes a new instance of the PromptToExpressionRequestBase.ColumnInfo class with specified settings.
    See Also