CodeGenerationTaskBaseUpdateCyclePreferences Method |
Updates the cycle preferences specified in this task in the container set in this task.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public virtual bool UpdateCyclePreferences()
Public Overridable Function UpdateCyclePreferences As Boolean
Return Value
Type:
Booleantrue if the passed in cycle reference was different from the one already there (or there's no current cyclePreference), false if it's equal (so nothing changed)
See Also