SearchHandlerBaseCreateCompiler Method  | 
 
            Creates the compiler to compile the query in memory.
            
 
    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)
Syntaxprotected abstract CodeDomProvider CreateCompiler(
	Dictionary<string, string> providerOptions
)
Protected MustOverride Function CreateCompiler ( 
	providerOptions As Dictionary(Of String, String)
) As CodeDomProvider
Parameters
- providerOptions
 - Type: System.Collections.GenericDictionaryString, String
The provider options for the compiler. 
Return Value
Type: 
CodeDomProvidercompiler to use
See Also