Entity.Save - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : Save - метод C#
- validateRequired
- Determines the necessity of validating the required values.
Glossary Item Box
public bool Save( bool validateRequired )
Параметры
- validateRequired
- Determines the necessity of validating the required values.
Тип возвращаемого значения
true
if the save operation succeeds; otherwise – false
.Исключение | Описание |
---|---|
Terrasoft.Common.InvalidObjectStateException | Generated when an attempt is made to save an object that is marked as deleted. |
Terrasoft.Core.LicException | If more than 1000 records are added into the object in the demo version. |