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.1.0.0 (5.1.0)
Syntax void 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