Table of Contents

TDeleteCommand Class

Describes a DELETE statement, including the target table and the WHERE conditions that identify the rows to delete.

Syntax

Unit: Aurelius.Sql.Commands

TDeleteCommand = class(TDMLCommand);

Constructors

Name Description
Create Creates a TDeleteCommand with an empty where-field list.

Properties

Name Description
WhereFields Gets or sets the list of structured WHERE conditions that identify rows to delete.
WhereStatement Gets or sets a raw SQL fragment appended to the WHERE clause.