SqlQuery.Union method
namespace: Serenity.Data assembly: Serenity.Net.Data
Adds a union to query with the specified union type.
public SqlQuery Union(SqlUnionType unionType = SqlUnionType.Union)
| parameter | description |
|---|---|
| unionType | Type of the union. |
See Also
- enum SqlUnionType
- class SqlQuery