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

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

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

Glossary Item Box

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

Синтаксис

Параметры

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

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

The QueryParameter parameter with the name name that is added in the current collection of query parameters. The parameter has the data type with the parameterTypeName name and the value value.

Смотри также

© Terrasoft 2002-2017.

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

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