Table of Contents

Class SqlUpdateClause

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

Constructors

SqlUpdateClause()

public SqlUpdateClause()

Properties

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

Items

public List<SqlSetExpression> Items { get; }

Property Value

List<SqlSetExpression>

Keys

public List<SqlSetExpression> Keys { get; }

Property Value

List<SqlSetExpression>

Table

public SqlTable? Table { get; set; }

Property Value

SqlTable