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