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.6.0.0 (5.6.19.0117)
Syntaxvoid AddFilePairToDependentUponFilesCache(
	string fromFile,
	string toFile
)
Sub AddFilePairToDependentUponFilesCache ( 
	fromFile As String,
	toFile As String
)
Parameters
- fromFile
 - Type: SystemString
the file depending on 'toFile'. - toFile
 - Type: SystemString
the file onto which 'fromFile' depends. 
See Also