GenericExpressionHandlerTraceScopeEnd Method |
Traces the scope end.
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual void TraceScopeEnd(
string toLog
)
Protected Overridable Sub TraceScopeEnd (
toLog As String
)
Parameters
- toLog
- Type: SystemString
To log.
See Also