Click or drag to resize

EntityField2BitwiseOr Operator

Operator overload for the '|' operator to concatenate sortoperators to a field

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public static SortClause operator |(
	EntityField2 field,
	SortOperator operatorToUse
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesEntityField2
Field.
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesSortOperator
Operator to use.

Return Value

Type: SortClause
new SortClause object
See Also