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

Entity.FetchFromDB(EntitySchemaColumn,Object,IEnumerable,Boolean) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > Entity - класс > FetchFromDB - метод : FetchFromDB(EntitySchemaColumn,Object,IEnumerable,Boolean) - метод C#

conditionColumn
The column for which the selection condition is set.
conditionValue
Value of the column with condition for selected data.
columnsToFetch
List of columns, which will be selected.
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 an object from the database by the specified condition.

Синтаксис

Параметры

conditionColumn
The column for which the selection condition is set.
conditionValue
Value of the column with condition for selected data.
columnsToFetch
List of columns, which will be selected.
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.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as the conditionColumn parameter.

Смотри также

© Terrasoft 2002-2017.

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

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