QueryColumnExpressionCollection.Add - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryColumnExpressionCollection - класс : Add - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Add(String) | Adds the expression with the specified alias in the current collection of column expressions. |
Add(String,String) | In the current collection of column expressions, adds the expression with the specified alias from the specified source. |
Add(QueryParameter) | In the current collection of column expressions, adds the expression for the specified query parameter. |
Add(Select) | In the current collection of column expressions, adds the expression for the passed-in select subquery. |
Add(Query) | In the current collection of column expressions, adds the expression for the passed-in random subquery. |
Add(QueryFunction) | In the current collection of column expressions, adds the expression for the passed-in expression function. |