CodeGenerationEngineBaseApplyFilterOnExecutingGenerator Method |
Applies the filter specified on this task on the executing generator.
Namespace: SD.LLBLGen.Pro.GeneratorCoreAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected bool ApplyFilterOnExecutingGenerator()
Protected Function ApplyFilterOnExecutingGenerator As Boolean
Return Value
Type:
Booleantrue if the filter succeeded and returned true, false otherwise
See Also