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

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

value
The value of the parameter.
parameterType
The data type of the parameter value.

Glossary Item Box

Gets the expression of the [Parameter] type with the specified value of the specified data type.

Синтаксис

public static QueryColumnExpression Parameter( 
   object value, 
   DataValueType parameterType 
)

Параметры

value
The value of the parameter.
parameterType
The data type of the parameter value.

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

The expression of the [Parameter] type with the value value of the parameterType data type.

Смотри также

© Terrasoft 2002-2017.

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

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