Table of Contents

Class SqlComment

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlComment : IQueryElement
Inheritance
SqlComment
Implements
Extension Methods

Constructors

SqlComment()

public SqlComment()

Properties

ElementType

public QueryElementType ElementType { get; }

Property Value

QueryElementType

Lines

public List<string> Lines { get; }

Property Value

List<string>

Methods

ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)

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

Parameters

sb StringBuilder
dic Dictionary<IQueryElement, IQueryElement>

Returns

StringBuilder