Click or drag to resize

SearchHandlerBaseCompileQuery Method

Compiles the query in-memory and returns the compilation result.

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
public CompilerResults CompileQuery(
	string queryText,
	IEnumerable<string> assembliesToReference
)

Parameters

queryText
Type: SystemString
The query text.
assembliesToReference
Type: System.Collections.GenericIEnumerableString
The assemblies to reference.

Return Value

Type: CompilerResults
the compiler results created by compiling the query text
See Also