| 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.3.0.0 (5.3.0)
Syntaxpublic CompilerResults CompileQuery(
	string queryText,
	IEnumerable<string> assembliesToReference
)
Public Function CompileQuery ( 
	queryText As String,
	assembliesToReference As IEnumerable(Of String)
) As CompilerResults
Parameters
- queryText
 - Type: SystemString
The query text. - assembliesToReference
 - Type: System.Collections.GenericIEnumerableString
The assemblies to reference. 
Return Value
Type: 
CompilerResultsthe compiler results created by compiling the query text
See Also