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

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

conditionColumn
The instance of the column for which the selection condition is set.
conditionValue
Value of the column with condition for selected data.

Glossary Item Box

Loads an object with primary columns from the database by the specified condition.

Синтаксис

public bool FetchPrimaryInfoFromDB( 
   EntitySchemaColumn conditionColumn, 
   object conditionValue 
)

Параметры

conditionColumn
The instance of the column for which the selection condition is set.
conditionValue
Value of the column with condition for selected data.

Тип возвращаемого значения

true, if the object has been loaded; otherwise - false.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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