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

Query.Union(Query) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Query - класс > Union - метод : Union(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, excluding duplicate rows from the result set.

Синтаксис

public Query Union( 
   Query unionSelectQuery 
)

Параметры

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

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

The current Query instance.

Смотри также

© Terrasoft 2002-2017.

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

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