EntitySchema.AssignDBInheritanceType - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : AssignDBInheritanceType - метод C#
Glossary Item Box
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.