EntitySchema.GetSchemaColumnByMetaPath - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetSchemaColumnByMetaPath - метод C#
- columnMetaPath
- Meta path to column.
Glossary Item Box
public EntitySchemaColumn GetSchemaColumnByMetaPath( string columnMetaPath )
Параметры
- columnMetaPath
- Meta path to column.
Тип возвращаемого значения
Column that actually matched the columnMetaPath meta path.Исключение | Описание |
---|---|
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the columnMetaPath 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. |