| ScopeHandlerBaseHandle Method (BinaryExpression) | 
 
            Handles the specified expression to handle.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ScopeHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic virtual void Handle(
	BinaryExpression toHandle
)
Public Overridable Sub Handle ( 
	toHandle As BinaryExpression
)
Parameters
- toHandle
 - Type: System.Linq.ExpressionsBinaryExpression
expression to handle. 
See Also