| CodeGenerationMetaDataStoreUpdateCodeGenerationCyclePreferencesForOutput Method  | 
 
            updates the specified CodeGenerationCyclePreferences with the latest framework data. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void UpdateCodeGenerationCyclePreferencesForOutput(
	CodeGenerationCyclePreferences toUpdate,
	string rootNamespace,
	string projectName,
	string targetFrameworkName
)
Public Sub UpdateCodeGenerationCyclePreferencesForOutput ( 
	toUpdate As CodeGenerationCyclePreferences,
	rootNamespace As String,
	projectName As String,
	targetFrameworkName As String
)
Parameters
- toUpdate
 - Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationCyclePreferences
To update. - rootNamespace
 - Type: SystemString
The root namespace. - projectName
 - Type: SystemString
Name of the project. - targetFrameworkName
 - Type: SystemString
Name of the target framework. 
RemarksOnly for SourceCode outputtypes. Other output types are a no-op.
See Also