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

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

conditionColumnName
The name of the column of the entity schema to which the query condition is applied.
conditionValue
The query condition.

Glossary Item Box

Determines whether a record matching the given condition of the query to the column with the specified name exists in the database.

Синтаксис

Параметры

conditionColumnName
The name of the column of the entity schema to which the query condition is applied.
conditionValue
The query condition.

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

true if the record matching the conditionValue condition for the column with the conditionColumnName name exists in the database.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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