EntitySchema.GetSchemaColumnFullCaptionByPath - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetSchemaColumnFullCaptionByPath - метод C#
- columnPath
- Path to schema column.
- delimiter
- Delimiter.
Glossary Item Box
public LocalizableString GetSchemaColumnFullCaptionByPath( string columnPath, string delimiter )
Параметры
- columnPath
- Path to schema column.
- delimiter
- Delimiter.
Тип возвращаемого значения
String that represents the full caption of the column that is specified in columnPath using the delimiter delimiter.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the columnPath parameter. |
Terrasoft.Common.InvalidObjectStateException | If the column is not the lookup type column. |
Terrasoft.Common.InvalidObjectStateException | If the reference to the lookup schema is not specified for the column of the lookup type. |