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

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

conditionColumn
The entity schema column 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 specified column exists in the database.

Синтаксис

Параметры

conditionColumn
The entity schema column to which the query condition is applied.
conditionValue
The query condition.

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

true if the record matching theconditionValue condition for the conditionColumn column exists in the database ; otherwise – false.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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