Click or drag to resize
CodeGenerationCycleOutputType Enumeration
Enum to define the output type of the code generation cycle. Used to store the CodeGenerationCyclePreferences in the project

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum CodeGenerationCycleOutputType
Members
  Member nameValueDescription
CreateDDLSQL1 Setting for Create script for the DDL SQL framework output
UpdateDDLSQL2 Setting for Update script for the DDL SQL framework output
SourceCode3 Setting for source code for the project specific framework output
See Also