Interface ISqlPredicate
public interface ISqlPredicate : IQueryElement, ISqlExpressionWalkable
  - Inherited Members
 
- Extension Methods
 
Properties
CanBeNull
bool CanBeNull { get; }
  Property Value
Precedence
int Precedence { get; }
  Property Value
Methods
Equals(ISqlPredicate, Func<ISqlExpression, ISqlExpression, bool>)
bool Equals(ISqlPredicate other, Func<ISqlExpression, ISqlExpression, bool> comparer)
  Parameters
otherISqlPredicatecomparerFunc<ISqlExpression, ISqlExpression, bool>