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

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

alias
The data source alias being attached by the Join operator.

Glossary Item Box

From the current collection of the 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.

Синтаксис

public Join GetByAlias( 
   string alias 
)

Параметры

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.ItemNotFoundExceptionIf the operator with the alias data source alias is not found in the current collection of the Join operators.
Terrasoft.Common.ArgumentNullOrEmptyExceptionIf the empty value or null value is passed as the alias parameter.

Смотри также

© Terrasoft 2002-2017.

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

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