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

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

conditionColumnName
The name 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( 
   string conditionColumnName, 
   object conditionValue 
)

Параметры

conditionColumnName
The name 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 conditionColumnName parameter.

Смотри также

© Terrasoft 2002-2017.

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

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