Click or drag to resize
EqualOpPredicateProducersEqual Method
Overload List
  NameDescription
Public methodStatic memberEqual(IEntityFieldCore, IEntityFieldCore)
Creates an equality comparison predicate between the two fields specified.
Public methodStatic memberEqual(IEntityFieldCore, IExpression)
Creates an equality comparison predicate between the field and the expression specified.
Public methodStatic memberEqual(IEntityFieldCore, Object)
Creates an equality comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
Public methodStatic memberEqual(IExpression, IEntityFieldCore)
Creates an equality comparison predicate between the expression and the field specified.
Public methodStatic memberEqual(IExpression, IExpression)
Creates an equality comparison predicate between the two expressions specified.
Public methodStatic memberEqual(IExpression, Object)
Creates an equality comparison predicate between the expression and the value specified. If the value is null or DBNull.Value a null comparison predicate is created
Top
See Also