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