Class SqlOutputClause
public class SqlOutputClause : IQueryElement, ISqlExpressionWalkable
  - Inheritance
 - 
      
      SqlOutputClause
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
SqlOutputClause()
public SqlOutputClause()
  Properties
DeletedTable
public SqlTable? DeletedTable { get; set; }
  Property Value
ElementType
public QueryElementType ElementType { get; }
  Property Value
HasOutput
public bool HasOutput { get; }
  Property Value
HasOutputItems
public bool HasOutputItems { get; }
  Property Value
InsertedTable
public SqlTable? InsertedTable { get; set; }
  Property Value
OutputColumns
public List<ISqlExpression>? OutputColumns { get; set; }
  Property Value
OutputItems
public List<SqlSetExpression> OutputItems { get; }
  Property Value
OutputTable
public SqlTable? OutputTable { get; set; }