Class FrameBound

Assembly: redb.Core.dll

Frame boundary

public class FrameBound

Inheritance

ObjectFrameBound

Properties

Offset

public int? Offset { get; set; }

Type

public FrameBoundType Type { get; set; }

Methods

CurrentRow()

public static FrameBound CurrentRow()

Following(int)

public static FrameBound Following(int n)

Preceding(int)

public static FrameBound Preceding(int n)

UnboundedFollowing()

public static FrameBound UnboundedFollowing()

UnboundedPreceding()

public static FrameBound UnboundedPreceding()