Click or drag to resize
FromClauseElementDirectiveType Enumeration
Type to define the from clause element directive kind

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 FromClauseElementDirectiveType
Members
  Member nameValueDescription
TableViewHint0 The From clause element directive is a table/view hint
SystemTimeTemporalTablePredicate1 The From clause element directive is a system time temporal table predicate
BusinessTimeTemporalTablePredicate2 The From clause element directive is a business time temporal table predicate
See Also