Click or drag to resize
SearchHandlerCSharpProduceHeaderCode Method
Produces the header code.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Search
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string ProduceHeaderCode(
	HashSet<string> namespaces,
	SearchableElementType elementType,
	Project containingProject
)

Parameters

namespaces
Type: System.Collections.GenericHashSetString
The namespaces.
elementType
Type: SD.LLBLGen.Pro.ApplicationCoreSearchableElementType
Type of the element to return.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. Used to produce driverids

Return Value

Type: String
code which is ready-to-use for the header of the search query code
See Also