GenericExpressionHandlerTraceScopeEnd Method  | 
 
            Traces the scope end.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected virtual void TraceScopeEnd(
	string toLog
)
Protected Overridable Sub TraceScopeEnd ( 
	toLog As String
)
Parameters
- toLog
 - Type: SystemString
To log. 
See Also