Interface ICompiler
Compiler interface
Namespace: SqlDotNet.Compiler
Assembly: SqlDotNet.dll
Syntax
public interface ICompiler
Methods
| Improve this Doc View SourceCompile(EntryPointNode)
Compile method impl.
Declaration
CompiledQuery Compile(EntryPointNode node)
Parameters
Type | Name | Description |
---|---|---|
EntryPointNode | node | Node instance (for exmaple EtnryPointNode) |
Returns
Type | Description |
---|---|
CompiledQuery | Stream with the compiled code |