[]
Initializes a new instance of the RuntimeRangeExpression class.
public RuntimeRangeExpression(string op, object value)
Type | Name | Description |
---|---|---|
string | op | Case-sensitive string that denotes a condition operator. |
object | value | Value to use when evaluating the expression. |
Initializes a new instance of the RuntimeRangeExpression class.
public RuntimeRangeExpression()