Query.Union - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс : Union - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Union(Select) | Combines the results of the current query and results of the passed-in select query, excluding duplicate rows from the result set. |
Union(Query) | Combines the results of the current query and results of the passed-in random query, excluding duplicate rows from the result set. |