Skip to content

ERPConnect.Queries.Range

Namespace: ERPConnect.Queries
Assembly: ERPConnectStandard20.dll

QuerySelectionRange.

public class Range

Inheritance

objectRange

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Range()

Constructs a new Range object

public Range()

Range(Sign, RangeOption, string, string)

Constructs a new Range object

public Range(Sign Sign, RangeOption Option, string LowValue, string HighValue)

Parameters

Sign Sign

Sign (e.g. Include)

Option RangeOption

Option (e.g. Between)

LowValue string

The low value of this Range object

HighValue string

The high value of this Range object

Properties

HighValue

The high value of this Range object

public string HighValue { get; set; }

Property Value

string

LowValue

The low value of this Range object

public string LowValue { get; set; }

Property Value

string

Option

Option (e.g. Between)

public RangeOption Option { get; set; }

Property Value

RangeOption

Sign

Sign (e.g. Include)

public Sign Sign { get; set; }

Property Value

Sign