Search Results for

    Show / Hide Table of Contents

    Interface ICompiler

    Compiler interface

    Namespace: SqlDotNet.Compiler
    Assembly: SqlDotNet.dll
    Syntax
    public interface ICompiler

    Methods

    | Improve this Doc View Source

    Compile(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx