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.Tasks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public string ForSpecificDatabase { get; set; }
Public Property ForSpecificDatabase As String
Get
Set
Property Value
Type:
StringRemarks If set to an empty string, the task element inherits the setting from its parent
See Also