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

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

Parameters

query
Type: TQuery
Source query
objectsById
Type: CMS.BaseSafeDictionaryInt32, BaseInfo
Table where the created objects will be placed [ObjectID -> object]

Return Value

Type: Boolean
See Also