JoinCollection.GetByAlias - метод Смотри также Terrasoft.Core.DB - пространство имен > JoinCollection - класс : GetByAlias - метод C#
- alias
- The data source alias being attached by the
Join
operator.
Glossary Item Box
Join
operators, gets the operator with the specified alias of the data source being attached. If the operator is not found in the collection, an exception is thrown.
Параметры
- alias
- The data source alias being attached by the
Join
operator.
Тип возвращаемого значения
The instance of the Join operator with the alias data source alias.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the operator with the alias data source alias is not found in the current collection of the Join operators. |
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the alias parameter. |