Class EntryPointNode
Implements
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 EntryPointNode : SyntaxTreeNode, IScopeNode
Constructors
| Improve this Doc View SourceEntryPointNode()
Declaration
public EntryPointNode()
Properties
| Improve this Doc View SourceDebugText
Get debug text
Declaration
public override string DebugText { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceSelectNodes
All select nodes in a query
Declaration
public IList<SelectNode> SelectNodes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SelectNode> |
SymbolTable
Declaration
public SymbolTable SymbolTable { get; }
Property Value
Type | Description |
---|---|
SymbolTable |
Methods
| Improve this Doc View SourceCheckSemantic()
Declaration
public override void CheckSemantic()