Click or drag to resize
NotEqualOpPredicateProducersNotEqual Method
Overload List
  NameDescription
Public methodStatic memberNotEqual(IEntityFieldCore, IEntityFieldCore)
Creates a negated equality comparison predicate between the two fields specified.
Public methodStatic memberNotEqual(IEntityFieldCore, IExpression)
Creates a negated equality comparison predicate between the field and the expression specified.
Public methodStatic memberNotEqual(IEntityFieldCore, Object)
Creates a negated 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 memberNotEqual(IExpression, IEntityFieldCore)
Creates a negated equality comparison predicate between the expression and the field specified.
Public methodStatic memberNotEqual(IExpression, IExpression)
Creates a negated equality comparison predicate between the two expressions specified.
Public methodStatic memberNotEqual(IExpression, Object)
Creates a negated 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