Entity.InsertToDB - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс : InsertToDB - метод C#
- skipLookupColumnValues
- Parameter that determines whether the columns of the lookup type are to be added to the database. If the parameter is
true
, the columns of the lookup type will not be added to the base. Default value -false
.
- validateRequired
- Parameter that determines the necessity of validating the required values. Default value -
true
.
Glossary Item Box
public virtual bool InsertToDB( bool skipLookupColumnValues, bool validateRequired )
Параметры
- skipLookupColumnValues
- Parameter that determines whether the columns of the lookup type are to be added to the database. If the parameter is
true
, the columns of the lookup type will not be added to the base. Default value -false
. - validateRequired
- Parameter that determines the necessity of validating the required values. Default value -
true
.
Тип возвращаемого значения
true
if the operation succeeds; otherwise – false
.