Table of Contents

Method AddWhereClause

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

AddWhereClause(Filter)

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

public void AddWhereClause(Filter whereClause)

Parameters

whereClause Filter

The filter specifying which rows to delete.