Entity.ExistInDB - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : ExistInDB - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ExistInDB(EntitySchemaColumn,Object) | Determines whether a record matching the given condition of the query to the specified column exists in the database. |
ExistInDB(String,Object) | Determines whether a record matching the given condition of the query to the column with the specified name exists in the database. |
ExistInDB(Object) | Determines whether the record with the specified primary key exists in the database. |
ExistInDB(Dictionary<String,Object>) | Determines whether a record matching the given conditions exists in the database. |