Table of Contents

Property WhereClause

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

WhereClause

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

public Filter WhereClause { get; }

Property Value

Filter

The filter, or null if no WHERE clause is set (which deletes all rows).