EntitySchema.GetSchemaColumnPathByMetaPath - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : GetSchemaColumnPathByMetaPath - метод C#
- columnMetaPath
- Meta path to column.
Glossary Item Box
public string GetSchemaColumnPathByMetaPath( string columnMetaPath )
Параметры
- columnMetaPath
- Meta path to column.
Тип возвращаемого значения
String of actual path to column that matches 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. |