 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | AddCondition(String, QueryOperator, List<(Of <<'(AttributeValue>)>>)) | 
            Adds a condition for a specified key attribute that consists
            of an operator and any number of AttributeValues.
             | 
|  | AddCondition(String, QueryOperator, array<DynamoDBEntry>[]()[][]) | 
            Adds a condition for a specified key attribute that consists
            of an operator and any number of values
             | 
|  | AddCondition(String, ScanOperator, List<(Of <<'(AttributeValue>)>>)) | 
            Adds a condition for a specified non-key attribute that consists
            of an operator and any number of AttributeValues.
             | 
|  | AddCondition(String, ScanOperator, array<DynamoDBEntry>[]()[][]) | 
            Adds a condition for a specified non-key attribute that consists
            of an operator and any number of values
             | 
|  | AddCondition(String, Condition) | 
            Adds a condition for a specified attribute.
            
            If a condition for the attribute already exists,
            it will be replaced with the new condition.
             |