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

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

dataRow
The System.Data.DataRow instance from which the data is loaded to the object.
columnMap
Object properties that are filled in with data.

Glossary Item Box

Populates the specified object properties with the data from passed-in System.Data.DataRow

Синтаксис

Параметры

dataRow
The System.Data.DataRow instance from which the data is loaded to the object.
columnMap
Object properties that are filled in with data.

Тип возвращаемого значения

true if the data is successfully loaded; otherwise – false.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as either the dataRow or the columnMap parameter.

Смотри также

© Terrasoft 2002-2017.

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

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