Click or drag to resize

UnionOperatorType Enumeration

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public enum UnionOperatorType
Members
  Member nameValueDescription
Unknown0 Unknown type
Union1 this element has to be added to the main query using a UNION
UnionAll2 this element has to be added to the main query using a UNION ALL
See Also