Entity.Load(Object,IDictionary) - метод Смотри также Terrasoft.Core.Entities - пространство имен > Entity - класс > Load - метод : Load(Object,IDictionary) - метод C#
- dataSource
- The System.Object instance from which the data is loaded.
- columnMap
- The object properties into which the data is loaded.
Glossary Item Box
public virtual bool Load( object dataSource, IDictionary<string,string> columnMap )
Параметры
- dataSource
- The System.Object instance from which the data is loaded.
- columnMap
- The object properties into which the data is loaded.
Тип возвращаемого значения
true
if the data is successfully loaded; otherwise – false
.