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