Entity.GetColumnDisplayValue - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : GetColumnDisplayValue - метод C#
- column
- Column of the entity schema.
Glossary Item Box
public string GetColumnDisplayValue( EntitySchemaColumn column )
Параметры
- column
- Column of the entity schema.
Тип возвращаемого значения
The value for display of the object property that matches the column column of the entity schema.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the column parameter. |