Table of Contents

Class SqlOutputClause

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlOutputClause : IQueryElement, ISqlExpressionWalkable
Inheritance
SqlOutputClause
Implements
Extension Methods

Properties

DeletedTable

public SqlTable? DeletedTable { get; set; }

Property Value

SqlTable

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

HasOutput

public bool HasOutput { get; }

Property Value

bool

HasOutputItems

public bool HasOutputItems { get; }

Property Value

bool

InsertedTable

public SqlTable? InsertedTable { get; set; }

Property Value

SqlTable

OutputColumns

public List<ISqlExpression>? OutputColumns { get; set; }

Property Value

List<ISqlExpression>

OutputItems

public List<SqlSetExpression> OutputItems { get; }

Property Value

List<SqlSetExpression>

OutputTable

public SqlTable? OutputTable { get; set; }

Property Value

SqlTable