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