Sql.Join method (1 of 2)

Joins SQL fragments with the specified separator.

public static Sql Join(string separator, IEnumerable<Sql> sqls)

See Also


Sql.Join method (2 of 2)

Joins SQL fragments with the specified separator.

public static Sql Join(string separator, params Sql[] sqls)

See Also