Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

Query.UnionAll(Select) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Query - класс > UnionAll - метод : UnionAll(Select) - метод C#

unionSelect
The select query whose results are combined with the results of the current query.

Glossary Item Box

Combines the results of the current query and results of the passed-in select query, but duplicate rows are not excluded from the result set.

Синтаксис

public Query UnionAll( 
   Select unionSelect 
)

Параметры

unionSelect
The select query whose results are combined with the results of the current query.

Тип возвращаемого значения

The current Query instance.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?