Click or drag to resize
SortClauseBitwiseAnd Operator (SortClause, 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.3.0.0 (5.3.0)
Syntax
public static SortExpression operator &(
	SortClause leftOperand,
	SortClause rightOperand
)

Parameters

leftOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesSortClause
left operand
rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesSortClause
right operand

Return Value

Type: SortExpression
new sortexpression object with first the leftoperand and then the rightoperand
See Also