Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected bool ApplyFilterOnExecutingGenerator()

Return Value

Type: Boolean
true if the filter succeeded and returned true, false otherwise
See Also