Click or drag to resize
ITaskGroupElementForSpecificDatabase 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
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string ForSpecificDatabase { get; set; }

Property Value

Type: String
Remarks
If set to an empty string, the task element inherits the setting from its parent
See Also