Entity.ExistInDB(Dictionary) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > ExistInDB - метод : ExistInDB(Dictionary) - метод C#
- conditions
- Query conditions as two {[Column Name],[Value]} values.
Glossary Item Box
public bool ExistInDB( Dictionary<string,object> conditions )
Параметры
- conditions
- Query conditions as two {[Column Name],[Value]} values.
Тип возвращаемого значения
true
if the record matching the conditions conditions exists in the database.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the conditions parameter, or conditions does not contain any conditions. |