| TaskGroupElementGetListOfDriverIDsToProcess Method  | 
            Gets the list of driver IDs to process.
            
 
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)
Syntaxprotected 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: 
ListString
See Also