IGeneratorStoreCompilationResultsForCompiledTemplates Method |
Stores the compilation results for compiled templates.
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 StoreCompilationResultsForCompiledTemplates(
Pair<CompilerResults, string> toStore
)
Sub StoreCompilationResultsForCompiledTemplates (
toStore As Pair(Of CompilerResults, String)
)
Parameters
- toStore
- Type: SD.Tools.Algorithmia.GeneralDataStructuresPairCompilerResults, String
To store. Value1 is the compilation results object, Value2 is the name of the file which contains the
template runner sourcecode (which was compiled and gave the compilation results stored in Value1)
See Also