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
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.ArgumentNullException | If the null value is passed as the column parameter. |