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