SearchHandlerBaseGetDriverIdNamesWithDriverIds Method  | 
 
            Gets the driver id names with driver ids to be used in the header
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Search
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected static Dictionary<string, string> GetDriverIdNamesWithDriverIds(
	Project containingProject
)
Protected Shared Function GetDriverIdNamesWithDriverIds ( 
	containingProject As Project
) As Dictionary(Of String, String)
Parameters
- containingProject
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. 
Return Value
Type: 
DictionaryString, 
String
See Also