Click or drag to resize
SearchHandlerBaseRunQuery Method
Runs the query which is compiled in the passed in assembly by passing in the passed in project. The result returned from the search method is returned from this method.

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 Object RunQuery(
	Project containingProject,
	Assembly compiledAssembly
)

Parameters

containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
compiledAssembly
Type: System.ReflectionAssembly
The compiled assembly.

Return Value

Type: Object
the result returned by the query or null if something went wrong
See Also