ReverseEngineerTargetType Enumeration |
Enum to specify the reverse engineering target for a reverse engineering action given the type of the source element.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum ReverseEngineerTargetType
Public Enumeration ReverseEngineerTargetType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| Entity | 1 | |
| TypedView | 2 | |
| StoredProcedureCall | 3 | |
| TableValuedFunctionCall | 4 | |
See Also