generated

generated: boolean

True if the property is a generated one. False, if the property directly refers to one of the classes in the FROM or JOIN clauses. Note: Using a column alias always generates a property. So in the ECSQL SELECT AssetID, Length * Breadth AS Area FROM myschema.Cubicle the first column (AssetID) would not be a generated property, but the second (Area) would be.

Defined in

Last Updated: 14 November, 2024