Sql.Or method

Joins the specified SQL fragments with the OR operator.

public static Sql Or(IEnumerable<Sql> sqls)

See Also