Entity.IsColumnValueLoaded(EntitySchemaColumn) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > IsColumnValueLoaded - метод : IsColumnValueLoaded(EntitySchemaColumn) - метод C#
- column
- Column of the entity schema.
Glossary Item Box
public bool IsColumnValueLoaded( EntitySchemaColumn column )
Параметры
- column
- Column of the entity schema.
Тип возвращаемого значения
true
if the property matching the column column of the entity schema is successfully loaded; otherwise – false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the column parameter. |