EntitySchema.GetDBPrimaryColumn - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetDBPrimaryColumn - метод C#
Glossary Item Box
public EntitySchemaColumn GetDBPrimaryColumn()
Тип возвращаемого значения
If the schema is derived independently, the primary column of the current schema will be returned. In one-to-one inheritance, the column of relationship with the parent of the current schema will be returned.Исключение | Описание |
---|---|
Terrasoft.Common.NullOrEmptyException | If either the primary column or column of the parent relationship is not specified for the current schema. |