EntitySchema.FindSchemaColumnByPath - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : FindSchemaColumnByPath - метод C#
- columnPath
- Path to schema column.
Glossary Item Box
public EntitySchemaColumn FindSchemaColumnByPath( string columnPath )
Параметры
- columnPath
- Path to schema column.
Тип возвращаемого значения
Column that actually matched the columnPath path.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the columnPath parameter. |
Terrasoft.Common.InvalidTypeCastException | If the column is not the lookup type column. |
Terrasoft.Common.InvalidObjectStateException | If the list of lookup schemas is not specified for the column of the lookup type. |
Terrasoft.Common.InvalidObjectStateException | Reference to the lookup schema is not specified for the column of the lookup type. |