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 SQL type without parameters (e.g., "nvarchar", "decimal")
The full SQL type including parameters (e.g., "nvarchar(100)", "decimal(18,2)")
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
Base interface for query field information. Describes individual columns/fields returned by a query.