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

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.  

Смотри также

© Terrasoft 2002-2017.

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

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