Table of Contents

Class SqlFrameClause

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public class SqlFrameClause : QueryElement, IQueryElement
Inheritance
object
SqlFrameClause
Implements
Inherited Members
Extension Methods

Constructors

SqlFrameClause(FrameTypeKind, SqlFrameBoundary, SqlFrameBoundary)

public SqlFrameClause(SqlFrameClause.FrameTypeKind frameType, SqlFrameBoundary start, SqlFrameBoundary end)

Parameters

frameType SqlFrameClause.FrameTypeKind
start SqlFrameBoundary
end SqlFrameBoundary

Properties

ElementType

AST node type.

public override QueryElementType ElementType { get; }

Property Value

QueryElementType

End

public SqlFrameBoundary End { get; }

Property Value

SqlFrameBoundary

FrameType

public SqlFrameClause.FrameTypeKind FrameType { get; }

Property Value

SqlFrameClause.FrameTypeKind

Start

public SqlFrameBoundary Start { get; }

Property Value

SqlFrameBoundary

Methods

Equals(SqlFrameClause)

protected bool Equals(SqlFrameClause other)

Parameters

other SqlFrameClause

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetElementHashCode()

public override int GetElementHashCode()

Returns

int

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Modify(SqlFrameBoundary, SqlFrameBoundary)

public void Modify(SqlFrameBoundary start, SqlFrameBoundary end)

Parameters

start SqlFrameBoundary
end SqlFrameBoundary

ToString(QueryElementTextWriter)

Generates debug text representation of AST node.

public override QueryElementTextWriter ToString(QueryElementTextWriter writer)

Parameters

writer QueryElementTextWriter

Returns

QueryElementTextWriter