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.5.0.0 (5.5.18.1019)
Syntaxprotected bool ApplyFilterOnExecutingGenerator()
Protected Function ApplyFilterOnExecutingGenerator As Boolean
Return Value
Type: 
Booleantrue if the filter succeeded and returned true, false otherwise
See Also