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