Table of Contents

Interface ISqlPredicate

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public interface ISqlPredicate : IQueryElement, ISqlExpressionWalkable
Inherited Members
Extension Methods

Properties

CanBeNull

bool CanBeNull { get; }

Property Value

bool

Precedence

int Precedence { get; }

Property Value

int

Methods

Equals(ISqlPredicate, Func<ISqlExpression, ISqlExpression, bool>)

bool Equals(ISqlPredicate other, Func<ISqlExpression, ISqlExpression, bool> comparer)

Parameters

other ISqlPredicate
comparer Func<ISqlExpression, ISqlExpression, bool>

Returns

bool