Sql.Where method

Creates SQL for a WHERE clause. If the SQL is empty, the WHERE clause is omitted.

public static Sql Where(Sql sql)

See Also