Table of Contents

Class SqlComment

Namespace
LinqToDB.Internal.SqlQuery
Assembly
linq2db.dll
public sealed class SqlComment : QueryElement, IQueryElement
Inheritance
SqlComment
Implements
Inherited Members
Extension Methods

Constructors

SqlComment()

public SqlComment()

Properties

ElementType

AST node type.

public override QueryElementType ElementType { get; }

Property Value

QueryElementType

Lines

public List<string> Lines { get; }

Property Value

List<string>

Methods

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