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

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

dataReader
The System.Data.IDataReader instance from which the data is loaded to the object.
columnMap
The object properties into which the data is loaded.

Glossary Item Box

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

Синтаксис

Параметры

dataReader
The System.Data.IDataReader instance from which the data is loaded to the object.
columnMap
The object properties into which the data is loaded.

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

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

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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