Sql.And method

Joins the specified SQL fragments with the AND operator.

public static Sql And(IEnumerable<Sql> sqls)

See Also