AWS SDK for .NET Documentation
QueryCondition Constructor (propertyName, op, values)
AmazonAmazon.DynamoDBv2.DataModelQueryConditionQueryCondition(String, QueryOperator, array<Object>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Initializes a ScanCondition with the target property, the comparison operator and values being tested against.
Declaration Syntax
C#
public QueryCondition(
	string propertyName,
	QueryOperator op,
	params Object[] values
)
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.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)