WhenToApplyElementNamePrefixPattern Enumeration |
Enum to specify when the ElementNamePrefixPattern for reverse engineering names is applied.
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 WhenToApplyElementNamePrefixPattern
Public Enumeration WhenToApplyElementNamePrefixPattern
Members
| Member name | Value | Description |
---|
| Never | 0 | |
| OnlyForDuplicateNames | 1 | |
| Always | 2 | |
See Also