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

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

Glossary Item Box

Name of the primary column of the given schema in the database table.

Синтаксис

public string GetDBPrimaryColumnName()

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

Name of the column in the database table that matches the primary column of the schema.

Исключения

ИсключениеОписание
Terrasoft.Common.NullOrEmptyExceptionIf the primary column is not initialized for the given schema.
Terrasoft.Common.NullOrEmptyExceptionIf the name of the primary column of the given schema is empty or null.
Terrasoft.Common.NullOrEmptyExceptionIf the parent relationship column for the one-to-one inheritance is not initialized for the given schema.
Terrasoft.Common.NullOrEmptyExceptionIf the name of the parent relationship column of the given schema is empty or null.

Смотри также

© Terrasoft 2002-2017.

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

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