SqlQuery.Union method

namespace: Serenity.Data   assemblySerenity.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