Interface IQueryElement
Namespace: LinqToDB.SqlQuery
Assembly: linq2db.dll
Syntax
public interface IQueryElement
Properties
| Improve this Doc View SourceElementType
Declaration
QueryElementType ElementType { get; }
Property Value
Type | Description |
---|---|
QueryElementType |
Methods
| Improve this Doc View SourceToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)
Declaration
StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
Dictionary<IQueryElement, IQueryElement> | dic |
Returns
Type | Description |
---|---|
StringBuilder |