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

Parameters

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

Return Value

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