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

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

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

Glossary Item Box

In the current collection of query parameters, adds the parameter with the specified name and value, which also has the specific data type.

Синтаксис

public QueryParameter Add( 
   string name, 
   object value, 
   DataValueType parameterType 
)

Параметры

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

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

The QueryParameter parameter added in the current collection of query parameters. It has the name name and the value value that has the parameterType data type.

Смотри также

© Terrasoft 2002-2017.

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

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