| 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.3.0.0 (5.3.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