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