Loads an GeneralizedInfo with values from given DataRow.
Namespace: CMS.DataEngineAssembly: 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: System.Data DataRow
DataRow with data
- columnsToUpdate
- Type: System.Collections.Generic List String
List of columns to update
- excludedColumns
- Type: System.Collections.Generic List String
Columns which will be ignored during the data load even if they are in the provided data
See Also