Class WindowFunctionsMemberTranslator.FrameBoundary
- Namespace
- LinqToDB.Linq.Translation
- Assembly
- linq2db.dll
public record WindowFunctionsMemberTranslator.FrameBoundary : IEquatable<WindowFunctionsMemberTranslator.FrameBoundary>
- Inheritance
-
objectWindowFunctionsMemberTranslator.FrameBoundary
- Implements
- Extension Methods
Constructors
FrameBoundary(bool, FrameBoundaryType, Expression?)
public FrameBoundary(bool IsPreceding, SqlFrameBoundary.FrameBoundaryType BoundaryType, Expression? Offset)
Parameters
IsPrecedingboolBoundaryTypeSqlFrameBoundary.FrameBoundaryTypeOffsetExpression
Properties
BoundaryType
public SqlFrameBoundary.FrameBoundaryType BoundaryType { get; init; }
Property Value
IsPreceding
public bool IsPreceding { get; init; }
Property Value
Offset
public Expression? Offset { get; init; }