SqlQuery.Union method
Adds a union to query with the specified union type.
public SqlQuery Union(SqlUnionType unionType = SqlUnionType.Union)
| parameter | description |
|---|---|
| unionType | Type of the union. |
Return Value
The query itself.
See Also
- enum SqlUnionType
- class SqlQuery