Entity.LoadColumnValue - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : LoadColumnValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
LoadColumnValue(String,IDataReader,Int32,Int32) | Loads the value from the passed-in System.Data.IDataReader instance for the property with the specified name. |
LoadColumnValue(String,IDataReader,Int32) | Loads the value from the passed-in System.Data.IDataReader instance for the property with the specified name. |
LoadColumnValue(String,Object) | Loads the value from the passed-in System.Object instance for the property with the specified name. |
LoadColumnValue(EntitySchemaColumn,Object) | Loads the value from the passed-in System.Object object for the property matching the specified column of the entity schema. |