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.2.0.0 (5.2.17.0403)
Syntax protected 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,
StringSee Also