Class InsertExpression
- Namespace
- The.SQL.QIR.Statements
- Assembly
- Instagile.dll
Two-level AST: InsertStatement has the target, and the cases of InsertExpression have the source.
[Union(0, typeof(DirectInsertExpression))]
[Union(1, typeof(FromInsertExpression))]
public abstract record InsertExpression : IEquatable<InsertExpression>
- Inheritance
-
InsertExpression
- Implements
- Derived
- Inherited Members