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

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

name
The name of the parameter to get.

Glossary Item Box

In the current collection of query parameters, searches for the parameter with the specified name.

Синтаксис

public QueryParameter FindByName( 
   string name 
)

Параметры

name
The name of the parameter to get.

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

The instance of the QueryParameter query parameter with the name name, or null if the parameter with such a name is not found in the collection.

Смотри также

© Terrasoft 2002-2017.

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

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