| 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.1.0.0 (5.1.0)
Syntaxpublic enum CodeGenerationCycleOutputType
Public Enumeration CodeGenerationCycleOutputType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | CreateDDLSQL | 1 | 
            Setting for Create script for the DDL SQL framework output
             | 
 | UpdateDDLSQL | 2 | 
            Setting for Update script for the DDL SQL framework output
             | 
 | SourceCode | 3 | 
            Setting for source code for the project specific framework output
             | 
See Also