AbstractInfoProviderTInfo, TProvider, TQueryLoadObjectsToHashtables Method |
Loads the objects from a DataSet to the hashtables
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax 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:
BooleanSee Also