Click or drag to resize
DerivedTableFieldPresence Enumeration
Enum which is used when derived table targeting fields are checked if they're present in the derived table targeted.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum DerivedTableFieldPresence
Members
  Member nameValueDescription
NotFound0 Field isn't found with name nor alias in the derived table, though it targets the derived table.
PresentWithName1 Field is present with its name in the derived table.
PresentWithAlias2 Field is present with its alias in the derived table.
See Also