DerivedTableFieldPresence Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
NotFound | 0 | Field isn't found with name nor alias in the derived table, though it targets the derived table. | |
PresentWithName | 1 | Field is present with its name in the derived table. | |
PresentWithAlias | 2 | Field is present with its alias in the derived table. |
(c)2002-2018 Solutions Design bv