AWS SDK for .NET Documentation
AddCondition Method (nonKeyAttributeName, op, values)
AmazonAmazon.DynamoDBv2.DocumentModelQueryFilterAddCondition(String, ScanOperator, List<(Of <<'(AttributeValue>)>>)) Did this page help you?   Yes   No    Tell us about it...
Adds a condition for a specified non-key attribute that consists of an operator and any number of AttributeValues.
Declaration Syntax
C#
public void AddCondition(
	string nonKeyAttributeName,
	ScanOperator op,
	List<AttributeValue> values
)
Parameters
nonKeyAttributeName (String)
Target non-key attribute name
op (ScanOperator)
Comparison operator
values (List<(Of <(<'AttributeValue>)>)>)
AttributeValues to compare to

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