Sql.Net Class Library Documentation

SqlUnion.Add Method

Adds a query to the UNION clause

Overload List

Adds a query to the UNION clause

public void Add(SelectQuery);

Adds a query to the UNION clause with the specified DistinctModifier

public void Add(SelectQuery,DistinctModifier);

See Also

SqlUnion Class | Reeb.SqlOM Namespace