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

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

Glossary Item Box

Depending on the type of inheritance, returns the primary column of the given schema at the database level. If the column is not found, the exception is thrown.

Синтаксис

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.NullOrEmptyExceptionIf either the primary column or column of the parent relationship is not specified for the current schema.

Смотри также

© Terrasoft 2002-2017.

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

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