EntitySchema.GetSchemaColumnByPath - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetSchemaColumnByPath - метод C#
- columnPath
- Path to schema column.
Glossary Item Box
public EntitySchemaColumn GetSchemaColumnByPath( string columnPath )
Параметры
- columnPath
- Path to schema column.
Тип возвращаемого значения
Column that actually matched the columnPath path.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the actual path generated for columnPath does not find a column. |