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

EntitySchema.AssignDBInheritanceType - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : AssignDBInheritanceType - метод C#

Glossary Item Box

Modifies the OneToOneParentAssociationColumn column of the current schema when the value of its DBInheritanceType property changes.

Синтаксис

public bool AssignDBInheritanceType()

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

true if the OneToOneParentAssociationColumn column of the current schema is successfully modified; otherwise - false.

Заметки

The method is used in the schema designer to correctly set the type of inheritance. Based on the value of the DBInheritanceType property, the method either adds the parent relationship column to the current schema and uses it to initialize the OneToOneParentAssociationColumn property. Alternatively, if the type of inheritance is IndependentTable, it deletes this relationship column.

Смотри также

© Terrasoft 2002-2017.

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

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