CodeGenerationEngineBaseApplyFilterOnExecutingGenerator Method |
Applies the filter specified on this task on the executing generator.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.1.0.0 (5.1.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