Click or drag to resize
SortClauseExpressionHandle 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.0.0.0 (5.0.0)
Syntax
public override void Handle(
	ScopeHandlerBase handler
)

Parameters

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