Click or drag to resize
LikeExpressionHandle Method
Handles this instance using the specified handler.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override void Handle(
	ScopeHandlerBase handler
)

Parameters

handler
Type: SD.LLBLGen.Pro.LinqSupportClasses.ScopeHandlersScopeHandlerBase
The handler to handle this instance.
See Also