Entity.SetColumnBothValues(EntitySchemaColumn,Object,String) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > SetColumnBothValues - метод : SetColumnBothValues(EntitySchemaColumn,Object,String) - метод C#
- column
- Column of the entity schema.
- value
- The value to set.
- displayValue
- The value for display to set.
Glossary Item Box
public bool SetColumnBothValues( EntitySchemaColumn column, object value, string displayValue )
Параметры
- column
- Column of the entity schema.
- value
- The value to set.
- displayValue
- The value for display to set.
Тип возвращаемого значения
true
if the property matching the column column is successfully set to the value value and the displayValue value for display; otherwise – false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the column parameter. |