Entity.FetchFromDB - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : FetchFromDB - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
FetchFromDB(EntitySchemaColumn,Object,Boolean) | Loads object from the database by specified condition. |
FetchFromDB(String,Object,Boolean) | Loads object from the database by specified condition. |
FetchFromDB(Object,Boolean) | Loads object from the database by specified value of the key field. |
FetchFromDB(Dictionary<String,Object>,Boolean) | Loads object from the database by specified conditions. |
FetchFromDB(EntitySchemaColumn,Object,IEnumerable<EntitySchemaColumn>,Boolean) | Loads an object from the database by the specified condition. |
FetchFromDB(String,Object,IEnumerable<String>,Boolean) | Loads an object from the database with the set of columns with specified names. |