EntitySchema.GetSchemaColumnReversePathByPath - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetSchemaColumnReversePathByPath - метод C#
- columnPath
- Path to schema column.
Glossary Item Box
public string GetSchemaColumnReversePathByPath( string columnPath )
Параметры
- columnPath
- Path to schema column.
Тип возвращаемого значения
Path with inverse associations to schema column, which matches columnPath.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null is specified as the columnPath parameter. |
Terrasoft.Common.InvalidTypeCastException | If the column is not the lookup type column. |
Terrasoft.Common.InvalidObjectStateException | Reference to the lookup schema is not specified for the column of the lookup type. |
Terrasoft.Common.InvalidObjectStateException | The column must be the lookup column. |
Terrasoft.Common.InvalidObjectStateException | If the reference to the lookup schema is not specified for the column of the lookup type. |
Terrasoft.Common.InvalidObjectStateException | If the primary column is not specified for the column of the lookup type. |