Click or drag to resize

DDLSQLCodeGenerationTask Constructor

Initializes a new instance of the CodeGenerationTaskBase class.

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 DDLSQLCodeGenerationTask(
	CodeGenerationCyclePreferences cyclePreferences,
	Project currentProject
)

Parameters

cyclePreferences
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataCodeGenerationCyclePreferences
The cycle preferences.
currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
See Also