AWS SDK for .NET Documentation
AddCondition Method (attributeName, condition)
AmazonAmazon.DynamoDBv2.DocumentModelFilterAddCondition(String, Condition) Did this page help you?   Yes   No    Tell us about it...
Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition.
Declaration Syntax
C#
public void AddCondition(
	string attributeName,
	Condition condition
)
Parameters
attributeName (String)
Target attribute name
condition (Condition)
Condition to be added

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