Click or drag to resize

EntityField2LessThan Operator

Overload List
  NameDescription
Public operatorStatic memberLessThan(EntityField2, EntityField2)
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
Public operatorStatic memberLessThan(EntityField2, EntityProperty)
Operator overload for the '<' operator to produce a FieldCompareExpressionPredicate to represent leftOperand < rigthOperand
Public operatorStatic memberLessThan(EntityField2, IExpression)
Operator overload for the '<' operator to produce a FieldCompareExpression predicate.
Public operatorStatic memberLessThan(EntityField2, Object)
Operator overload for the '<' operator to produce a FieldCompareValuePredicate.
Top
See Also