Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
protected static Dictionary<string, string> GetDriverIdNamesWithDriverIds(
	Project containingProject
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.

Return Value

Type: DictionaryString, String
See Also