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.2.0.0 (5.2.17.0403)
Syntax protected 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