RuntimeRangeExpression Constructor(String,Object)
In This Topic
Initializes a new instance of the
RuntimeRangeExpression class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Object _
)
public RuntimeRangeExpression(
string ,
object
)
Parameters
- op
- Case-sensitive string that denotes a condition operator.
- value
- Value to use when evaluating the expression.
See Also