Click or drag to resize
ICopyPasteDataProducerSetFirstLevelCaches Method
Sets the first level caches which are to be filled before second level info is read as we skip the first level info retrieval.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void SetFirstLevelCaches(
	Dictionary<Guid, Object> elementsForCaches,
	ImportableElementType elementType
)

Parameters

elementsForCaches
Type: System.Collections.GenericDictionaryGuid, Object
The elements for caches.
elementType
Type: SD.LLBLGen.Pro.ApplicationCoreImportableElementType
Type of the element.
See Also