HierarchyHelper LoadObjectFromDataRow Method Kentico 8.0 API Reference
Loads an GeneralizedInfo with values from given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

container
Type: CMS.Base IDataContainer
Container to load
dr
Type: OnlineSystem.Data DataRow
DataRow with data
columnsToUpdate
Type: OnlineSystem.Collections.Generic List OnlineString 
List of columns to update
excludedColumns
Type: OnlineSystem.Collections.Generic List OnlineString 
Columns which will be ignored during the data load even if they are in the provided data
See Also