Initializes a ScanCondition with the target property, the
comparison operator and values being tested against.

C# |
public QueryCondition( string propertyName, QueryOperator op, params Object[] values )

- 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.