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 SourceEntryPoint
AST root (entry point of the sql "programm")
Declaration
public EntryPointNode EntryPoint { get; set; }
Property Value
Type | Description |
---|---|
EntryPointNode |
ILCode
Compiled IL-Code
Declaration
public Stream ILCode { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |