Explanation of how this computed field is calculated
Description of what this field represents
Unique identifier for this field record
Whether this field is computed rather than directly selected
Whether this field represents a summary/aggregate value
Name of the field as it appears in query results
Foreign key to the parent query
The base type, not including parameters, in SQL. For example this field would be nvarchar or decimal, and wouldn't include type parameters. The SQLFullType field provides that information.
The full SQL type for the field, for example datetime or nvarchar(10) etc.
Display order of this field in query results
Name of the source entity
Foreign key to the source entity this field comes from
Name of the field in the source entity
Description of the summary calculation
Metadata about individual fields within a stored query, including their data types, source entity mappings, and computed field information. This helps Skip understand the structure and meaning of query results.
Implements IQueryFieldInfoBase for consistency with MJCore types.