Constructor NumericQueryNode
NumericQueryNode(String, Object, NumberFormat)
Creates a NumericQueryNode object using the given field, System.Object (representing a .NET numeric type) value and NumberFormat used to convert the value to System.String.
Declaration
public NumericQueryNode(string field, object value, NumberFormat numberFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | the field associated with this query node |
System.Object | value | the value hold by this node |
NumberFormat | numberFormat | the NumberFormat used to convert the value to System.String |