Entity.IsColumnValueLoaded(String) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > IsColumnValueLoaded - метод : IsColumnValueLoaded(String) - метод C#
- valueName
- The name of the property of an object.
Glossary Item Box
Параметры
- valueName
- The name of the property of an object.
Тип возвращаемого значения
true
if the value of the property with the valueName name is loaded; otherwise – false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the empty value or null value is passed as the valueName parameter. |