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