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

QueryParameterCollection.AddOut(String,DataValueType) - метод Смотри также  Terrasoft.Core.DB - пространство имен > QueryParameterCollection - класс > AddOut - метод : AddOut(String,DataValueType) - метод C#

name
The name of the query parameter being added.
parameterType
The data type of the query parameter value.

Glossary Item Box

In the current collection of query parameters, adds the output parameter with the specified name and the specified type of the parameter value data.

Синтаксис

public QueryParameter AddOut( 
   string name, 
   DataValueType parameterType 
)

Параметры

name
The name of the query parameter being added.
parameterType
The data type of the query parameter value.

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

The QueryParameter output parameter whose value has the parameterType data type, which is added in the current collection of query parameters.

Смотри также

© Terrasoft 2002-2017.

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

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