Entity.FetchFromDB(Object,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > FetchFromDB - метод : FetchFromDB(Object,Boolean) - метод C#
- keyValue
- Value of the key field.
- 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( object keyValue, bool useDisplayValues )
Параметры
- keyValue
- Value of the key field.
- useDisplayValues
- Indicates that the query returns the primary display values. If the parameter is
true
, the query will return the primary display values.
Тип возвращаемого значения
true
, if the object has been loaded; otherwise - false
.