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

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

Adds an entry of the current object to the database based on the passed-in parameters.

Синтаксис

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.

Смотри также

© Terrasoft 2002-2017.

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

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