Adds a SQL condition to this WHERE clause.
Where add(SQL whereBody) { _whereBodies.add(whereBody); return this; }