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

Entity.SetColumnValue(EntitySchemaColumn,Object) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > Entity - класс > SetColumnValue - метод : SetColumnValue(EntitySchemaColumn,Object) - метод C#

column
Column of the entity schema.
value
The value to set.

Glossary Item Box

Sets the object property matching the specified schema column to the passed-in value.

Синтаксис

public bool SetColumnValue( 
   EntitySchemaColumn column, 
   object value 
)

Параметры

column
Column of the entity schema.
value
The value to set.

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

true if the property matching the column column is successfully set to the value value; otherwise – false.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as the column parameter.

Смотри также

© Terrasoft 2002-2017.

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

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