Table of Contents

Class Delete

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll
public class Delete
Inheritance
Delete

Constructors

Delete(Table)

Creates a new DELETE statement for the specified table without a WHERE clause.

Delete(Table, IEnumerable<IFilterItem>)

Creates a new DELETE statement with multiple filter items.

Delete(Table, IFilterItem)

Creates a new DELETE statement with a single filter item.

Delete(Table, Filter)

Creates a new DELETE statement with a WHERE clause filter.

Properties

HasWhereClause

Gets whether this DELETE statement has a WHERE clause.

Table

Gets the table that rows will be deleted from.

WhereClause

Gets the WHERE clause filter that specifies which rows to delete.

Methods

AddWhereClause(Filter)

Adds or replaces the WHERE clause filter for this DELETE statement.