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
public bool ExistInDB( EntitySchemaColumn conditionColumn, object conditionValue )
Параметры
- 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.ArgumentNullException | If the null value is passed as the conditionColumn parameter. |