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.8.0.0 (5.8.21.0208)
Syntax
protected bool ApplyFilterOnExecutingGenerator()

Return Value

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