Table of Contents

Property HasWhereClause

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

HasWhereClause

Gets whether this UPDATE statement has a WHERE clause.

public bool HasWhereClause { get; }

Property Value

bool

True if a WHERE clause is set; false if all rows will be updated.