Click or drag to resize
CodeGenerationCycleCacheCacheVsNetProjectReferenceForId Method
Caches the vs net project reference for the FrameworkUsingModelType value specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void CacheVsNetProjectReferenceForId(
	int id,
	VsNetProjectReference projectReference
)

Parameters

id
Type: SystemInt32
The id, which is a FrameworkUsingModelType value.
projectReference
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataVsNetProjectReference
The project reference.
See Also