Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected override CodeDomProvider CreateCompiler(
	Dictionary<string, string> providerOptions
)

Parameters

providerOptions
Type: System.Collections.GenericDictionaryString, String
The provider options for the compiler.

Return Value

Type: CodeDomProvider
compiler to use
See Also