Click or drag to resize
SearchHandlerCSharpProduceFooterCode Method
Produces the footer code. This is a simple method which returns a list of closing statements based on the header structure

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Search
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string ProduceFooterCode()

Return Value

Type: String
a piece of code which contains closing statements based on the header structure
See Also