Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

Entity.GetIsColumnValueLoaded(EntitySchemaColumn) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > Entity - класс > GetIsColumnValueLoaded - метод : GetIsColumnValueLoaded(EntitySchemaColumn) - метод C#

column
Instance of the column of the entity schema.

Glossary Item Box

Returns whether the property of the object that matches the specified column of the entity schema is loaded.

Синтаксис

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.ArgumentNullExceptionIf the null value is passed as the column parameter.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?