| TaskGroupPresetElementForSpecificDatabase Property  | 
            Gets or sets the perform for specific database setting. Default is an empty string (which gives the v2.x behavior: run once). Other possible
            values are "All" (run for all databases in the project once) or the driverID of the database to target.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic string ForSpecificDatabase { get; set; }Public Property ForSpecificDatabase As String
	Get
	Set
Property Value
Type: 
String
RemarksIf set to an empty string, the task element inherits the setting from its parent
See Also