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

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

name
The name of the query parameter to return.

Glossary Item Box

From the current collection of query parameters, returns the parameter with the specified name. If the parameter is not found in the collection, an exception is thrown.

Синтаксис

public QueryParameter GetByName( 
   string name 
)

Параметры

name
The name of the query parameter to return.

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

The instance of the QueryParameter query parameter with the name name.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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