[]
        
(Showing Draft Content)

C1.DataConnector.UpdateStatement

UpdateStatement Class

A class representing a SQL update statement

Inheritance
UpdateStatement
Implements
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class UpdateStatement : ISQLStatement

Constructors

Name Description
UpdateStatement()

Properties

Name Description
Assignments

A list containing

ReturningColumns

An IList of the columns in the RETURNING statement represented as ColumnExpression

Table

The table to be updated

Type

The type of the SQL statement

Where

The where filter to