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

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

unionSelectQuery
The random 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 random query, but duplicate rows are not excluded from the result set.

Синтаксис

public Query UnionAll( 
   Query unionSelectQuery 
)

Параметры

unionSelectQuery
The random query whose results are combined with the results of the current query.

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

The current Query instance.

Смотри также

© Terrasoft 2002-2017.

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

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