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

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

keyValue
The primary key of the record of the disposable object.

Glossary Item Box

Deletes the record of the object with the specified primary key from the data base.

Синтаксис

public virtual bool Delete( 
   object keyValue 
)

Параметры

keyValue
The primary key of the record of the disposable object.

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

true if the delete operation succeeds; otherwise – false.

Исключения

ИсключениеОписание
System.Security.SecurityExceptionIf the user does not have sufficient permissions to delete the object record.

Смотри также

© Terrasoft 2002-2017.

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

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