SearchHandlerCSharpCreateCompiler 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.5.0.0 (5.5.18.1019)
Syntaxprotected override CodeDomProvider CreateCompiler(
	Dictionary<string, string> providerOptions
)
Protected Overrides 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