Click or drag to resize
AbstractInfoProviderTInfo, TProviderLoadObjectsToHashtables Method
Loads the objects from a DataSet to the hashtables

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected bool LoadObjectsToHashtables(
	DataSet ds,
	SafeDictionary<int, BaseInfo> objectsById
)

Parameters

ds
Type: System.DataDataSet
Source data
objectsById
Type: CMS.BaseSafeDictionaryInt32, BaseInfo
Table where the created objects will be placed [ObjectID -> object]

Return Value

Type: Boolean
See Also