QueryColumnExpressionCollection.GetByAlias - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryColumnExpressionCollection - класс : GetByAlias - метод C#
- alias
- The alias of the return column expression.
Glossary Item Box
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.ArgumentNullOrEmptyException | If the column expression with the alias alias is not found in the current collection. |
Terrasoft.Common.ItemNotFoundException | If the empty value or null value is passed as the alias parameter. |