Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public enum WhenToApplyElementNamePrefixPattern
Members
  Member nameValueDescription
Never0
OnlyForDuplicateNames1
Always2
See Also