Click or drag to resize

SortClause.BitwiseAnd Operator (SortExpression, SortClause)

Operator overload for the '&' operator to concatenate sortclauses into a sortexpression

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public static SortExpression operator &(
	SortExpression leftOperand,
	SortClause rightOperand
)

Parameters

leftOperand
Type: SD.LLBLGen.Pro.ORMSupportClasses.SortExpression
left operand
rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClasses.SortClause
right operand

Return Value

Type: SortExpression
the left operand to which the right operand is added
See Also