| DerivedModelDefinitionGetLastUsedCodeGenerationCyclePreferencesForOutput Method  | 
            Gets the last used code generation cycle preferences for the output type SourceCode, or a new one if no code generation has taken place yet.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic CodeGenerationCyclePreferences GetLastUsedCodeGenerationCyclePreferencesForOutput()
Public Function GetLastUsedCodeGenerationCyclePreferencesForOutput As CodeGenerationCyclePreferences
Return Value
Type: 
CodeGenerationCyclePreferenceslast used preferences or a new instance if no last used instance was found
See Also