Click or drag to resize
IGeneratorAddFilePairToDependentUponFilesCache Method
Adds the file pair to dependent upon files cache.

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 AddFilePairToDependentUponFilesCache(
	string fromFile,
	string toFile
)

Parameters

fromFile
Type: SystemString
the file depending on 'toFile'.
toFile
Type: SystemString
the file onto which 'fromFile' depends.
See Also