Entity.LoadColumnValue(EntitySchemaColumn,Object) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > LoadColumnValue - метод : LoadColumnValue(EntitySchemaColumn,Object) - метод C#
- column
- Column of the entity schema.
- value
- The object, the value of the property that is being loaded.
Glossary Item Box
public void LoadColumnValue( EntitySchemaColumn column, object value )
Параметры
- column
- Column of the entity schema.
- value
- The object, the value of the property that is being loaded.
Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the column parameter. |