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