Table of Contents

Interface IQueryElement

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public interface IQueryElement
Extension Methods

Properties

ElementType

QueryElementType ElementType { get; }

Property Value

QueryElementType

Methods

ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)

StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)

Parameters

sb StringBuilder
dic Dictionary<IQueryElement, IQueryElement>

Returns

StringBuilder