Entity.FetchFromDB(Dictionary,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > FetchFromDB - метод : FetchFromDB(Dictionary,Boolean) - метод C#
- conditions
- Set of conditions for filtering selected records of object.
- useDisplayValues
- Indicates that the query returns the primary display values. If the parameter is
true
, the query will return the primary display values.
Glossary Item Box
public bool FetchFromDB( Dictionary<string,object> conditions, bool useDisplayValues )
Параметры
- conditions
- Set of conditions for filtering selected records of object.
- useDisplayValues
- Indicates that the query returns the primary display values. If the parameter is
true
, the query will return the primary display values.
Тип возвращаемого значения
If the object is loaded -true
; otherwise - false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the conditions parameter. |