HierarchyHelperLoadObjectFromDataRow Method |
Loads an GeneralizedInfo with values from given DataRow.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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