EntitySchemaColumnCollection.GetByColumnValueName - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaColumnCollection - класс : GetByColumnValueName - метод C#
- columnValueName
- The value of the
ColumnValueName
property to search for.
Glossary Item Box
ColumnValueName
column property. If no such column is found, an exception is thrown.
public EntitySchemaColumn GetByColumnValueName( string columnValueName )
Параметры
- columnValueName
- The value of the
ColumnValueName
property to search for.
Тип возвращаемого значения
The EntitySchemaColumn instance with the columnValueName value name.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the column with the columnValueName value name is not found in the current collection. |