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
public virtual bool Load( IDataReader dataReader, IDictionary<string,string> columnMap )
Параметры
- 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.ArgumentNullException | If the null value is passed as either the dataReader or the columnMap parameter. |