TableOrderSpecification Enumeration |
The specification of the order in which tables have to be enumerated in DDL SQL create / update scripts.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public enum TableOrderSpecification
Public Enumeration TableOrderSpecification
Members
| Member name | Value | Description |
---|
| Name | 0 | |
| Dependency | 1 | |
| ReverseDependency | 2 | |
See Also