Entity.Load - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : Load - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Load(DataRow) | Populates the object with the data from passed-in System.Data.DataRow. |
Load(DataRow,Dictionary<String,String>) | Populates the specified object properties with the data from passed-in System.Data.DataRow |
Load(IDataReader) | Populates the object with the data from passed-in System.Data.IDataReader. |
Load(IDataReader,IDictionary<String,String>) | Populates the specified object properties with the data from passed-in System.Data.IDataReader |
Load(Object) | Populates the object with the data from passed-in System.Object. |
Load(Object,IDictionary<String,String>) | Populates the specified object properties with the data from passed-in System.Object |