TaskGroupElementGetListOfDriverIDsToProcess Method |
Gets the list of driver IDs to process.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected List<string> GetListOfDriverIDsToProcess(
IGenerator executingGenerator
)
Protected Function GetListOfDriverIDsToProcess (
executingGenerator As IGenerator
) As List(Of String)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
Return Value
Type:
ListStringSee Also