[]
        
(Showing Draft Content)

C1.DataConnector.DeleteStatement

DeleteStatement Class

A class representing a SQL select statement

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

Constructors

Name Description
DeleteStatement()

Properties

Name Description
ReturningColumns

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

Table

The Table to delete from

Type

The type of the SQL statement

Where

The where filter clause to consider which records should be deleted