Table of Contents

Class SqlWhereClause

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlWhereClause : ClauseBase<SqlWhereClause, SqlWhereClause.Next>, IQueryElement, ISqlExpressionWalkable
Inheritance
SqlWhereClause
Implements
Inherited Members
Extension Methods

Properties

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

IsEmpty

public bool IsEmpty { get; }

Property Value

bool
protected override SqlSearchCondition Search { get; }

Property Value

SqlSearchCondition

SearchCondition

public SqlSearchCondition SearchCondition { get; }

Property Value

SqlSearchCondition

Methods

GetNext()

protected override SqlWhereClause.Next GetNext()

Returns

SqlWhereClause.Next