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

QueryColumnExpressionCollection.GetByAlias - метод Смотри также  Terrasoft.Core.DB - пространство имен > QueryColumnExpressionCollection - класс : GetByAlias - метод C#

alias
The alias of the return column expression.

Glossary Item Box

From the current collection of column expressions gets the expression with the specified alias. If the expression is not found in the collection, an exception is thrown.

Синтаксис

public QueryColumnExpression GetByAlias( 
   string alias 
)

Параметры

alias
The alias of the return column expression.

Тип возвращаемого значения

The column expression with the alias alias that belongs to the current collection.

Исключения

ИсключениеОписание
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the column expression with the alias alias is not found in the current collection.
Terrasoft.Common.ItemNotFoundExceptionIf the empty value or null value is passed as the alias parameter.

Смотри также

© Terrasoft 2002-2017.

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

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