Click or drag to resize
HierarchyHelperLoadObjectFromDataRow Method
Loads an GeneralizedInfo with values from given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void LoadObjectFromDataRow(
	IDataContainer container,
	DataRow dr,
	List<string> columnsToUpdate,
	List<string> excludedColumns
)

Parameters

container
Type: CMS.BaseIDataContainer
Container to load
dr
Type: System.DataDataRow
DataRow with data
columnsToUpdate
Type: System.Collections.GenericListString
List of columns to update
excludedColumns
Type: System.Collections.GenericListString
Columns which will be ignored during the data load even if they are in the provided data
See Also