SearchHandlerBaseProduceFooterCode 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.4.0.0 (5.4.0)
Syntaxpublic abstract string ProduceFooterCode()
Public MustOverride Function ProduceFooterCode As String
Return Value
Type: 
Stringa piece of code which contains closing statements based on the header structure
See Also