EntitySchema.GetDBPrimaryColumnName - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetDBPrimaryColumnName - метод C#
Glossary Item Box
public string GetDBPrimaryColumnName()
Тип возвращаемого значения
Name of the column in the database table that matches the primary column of the schema.Исключение | Описание |
---|---|
Terrasoft.Common.NullOrEmptyException | If the primary column is not initialized for the given schema. |
Terrasoft.Common.NullOrEmptyException | If the name of the primary column of the given schema is empty or null . |
Terrasoft.Common.NullOrEmptyException | If the parent relationship column for the one-to-one inheritance is not initialized for the given schema. |
Terrasoft.Common.NullOrEmptyException | If the name of the parent relationship column of the given schema is empty or null . |