Table of Contents

Class SqlWhereClause

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

Properties

ElementType

AST node type.

public override QueryElementType ElementType { get; }

Property Value

QueryElementType

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

SearchCondition

public SqlSearchCondition SearchCondition { get; }

Property Value

SqlSearchCondition

Methods

Cleanup()

public void Cleanup()

GetElementHashCode()

public override int GetElementHashCode()

Returns

int

ToString(QueryElementTextWriter)

Generates debug text representation of AST node.

public override QueryElementTextWriter ToString(QueryElementTextWriter writer)

Parameters

writer QueryElementTextWriter

Returns

QueryElementTextWriter