Initializes a ScanCondition with the target property, the
            comparison operator and values being tested against.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public QueryCondition( string propertyName, QueryOperator op, params Object[] values )
 Parameters
 Parameters- propertyName (String)
- Name of the property
- op (QueryOperator)
- Comparison operator
- values (array<Object>[]()[][])
- Value(s) being tested against. The values should be of the same type as the property. In the cases where the property is a collection, the values should be of the same type as the items in the collection.