QueryColumnExpression - конструктор Смотри также Terrasoft.Core.DB - пространство имен > QueryColumnExpression - класс : QueryColumnExpression C#
Glossary Item Box
Перегрузка | Описание |
---|---|
QueryColumnExpression () | Initializes a new QueryColumnExpression instance. |
QueryColumnExpression (String) | Initializes a new QueryColumnExpression instance for the column with the specified alias. |
QueryColumnExpression (String,String) | Initializes a new QueryColumnExpression instance for the column with the specified alias from the specified source. |
QueryColumnExpression (QueryParameter) | Initializes a new QueryColumnExpression instance for the specified query parameter. |
QueryColumnExpression (Select) | Initializes a new QueryColumnExpression instance for the passed-in select subquery. |
QueryColumnExpression (Select,String) | Initializes a new QueryColumnExpression instance for the passed-in select subquery with the specified alias. |
QueryColumnExpression (Query) | Initializes a new QueryColumnExpression instance for the passed-in random subquery. |
QueryColumnExpression (Query,String) | Initializes a new QueryColumnExpression instance for the passed-in random subquery with the specified alias. |
QueryColumnExpression (QueryCase) | Initializes a new QueryColumnExpression instance for the specified Case statement. |
QueryColumnExpression (QueryCase,String) | Initializes a new QueryColumnExpression instance for the specified Case statement with the specified alias. |
QueryColumnExpression (QueryFunction) | Initializes a new QueryColumnExpression instance for the specified expression function. |
QueryColumnExpression (QueryFunction,String) | Initializes a new QueryColumnExpression instance for the specified expression function with the specified alias. |
QueryColumnExpression (ArithmeticOperation,QueryColumnExpression,QueryColumnExpression) | Initializes a new QueryColumnExpression instance for the arithmetic operation with the specified operands. |
QueryColumnExpression (ArithmeticOperation,QueryColumnExpression,QueryColumnExpression,String) | Initializes a new QueryColumnExpression instance for the arithmetic operation with the specified operands and alias. |
QueryColumnExpression (QueryColumnExpression) | Initializes a new QueryColumnExpression instance that is a clone of the passed-in column expression. |