Class SqlOutputClause
public class SqlOutputClause : IQueryElement, ISqlExpressionWalkable
- Inheritance
-
SqlOutputClause
- Implements
- Extension Methods
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; }