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.2.0.0 (5.2.17.0403)
Syntax public Object RunQuery(
Project containingProject,
Assembly compiledAssembly
)
Public Function RunQuery (
containingProject As Project,
compiledAssembly As Assembly
) As Object
Parameters
- containingProject
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. - compiledAssembly
- Type: System.ReflectionAssembly
The compiled assembly.
Return Value
Type:
Objectthe result returned by the query or null if something went wrong
See Also