ERPConnect.Queries.Range
Namespace: ERPConnect.Queries
Assembly: ERPConnectStandard20.dll
QuerySelectionRange.
Inheritance
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
Range(Sign, RangeOption, string, string)
Constructs a new Range object
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
Property Value
LowValue
The low value of this Range object
Property Value
Option
Option (e.g. Between)
Property Value
Sign
Sign (e.g. Include)
Property Value
Last update: January 4, 2024