Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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

Loads object from the database by specified value of the key field.

Синтаксис

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?