Class SqlUpdateClause
public sealed class SqlUpdateClause : QueryElement, IQueryElement
- Inheritance
-
SqlUpdateClause
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlUpdateClause()
public SqlUpdateClause()
Properties
ElementType
AST node type.
public override QueryElementType ElementType { get; }
Property Value
HasComparison
public bool HasComparison { get; set; }
Property Value
Items
public List<SqlSetExpression> Items { get; set; }
Property Value
Keys
public List<SqlSetExpression> Keys { get; set; }
Property Value
Table
public SqlTable? Table { get; set; }
Property Value
TableSource
public SqlTableSource? TableSource { get; set; }
Property Value
Methods
GetElementHashCode()
public override int GetElementHashCode()
Returns
Modify(SqlTable?, SqlTableSource?)
public void Modify(SqlTable? table, SqlTableSource? tableSource)
Parameters
tableSqlTabletableSourceSqlTableSource
ToString(QueryElementTextWriter)
Generates debug text representation of AST node.
public override QueryElementTextWriter ToString(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter