Search Results for

    Show / Hide Table of Contents

    Class CompiledQuery

    The result of an compiled query, containing results of multiple compiling steps

    Inheritance
    System.Object
    CompiledQuery
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: SqlDotNet.Compiler
    Assembly: SqlDotNet.dll
    Syntax
    public class CompiledQuery

    Properties

    | Improve this Doc View Source

    EntryPoint

    AST root (entry point of the sql "programm")

    Declaration
    public EntryPointNode EntryPoint { get; set; }
    Property Value
    Type Description
    EntryPointNode
    | Improve this Doc View Source

    ILCode

    Compiled IL-Code

    Declaration
    public Stream ILCode { get; }
    Property Value
    Type Description
    System.IO.Stream
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx