Entity.Load(DataRow) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > Load - метод : Load(DataRow) - метод C#
- dataRow
- The System.Data.DataRow instance from which the data is loaded to the object.
Glossary Item Box
Параметры
- dataRow
- The System.Data.DataRow instance from which the data is loaded to the object.
Тип возвращаемого значения
true
if the data is successfully loaded; otherwise – false
.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the dataRow parameter. |