
Icon | Member | Description |
---|---|---|
![]() | AddCondition(String, ScanOperator, List<(Of <<'(AttributeValue>)>>)) |
Adds a condition for a specified attribute that consists
of an operator and any number of AttributeValues.
|
![]() | AddCondition(String, ScanOperator, array<DynamoDBEntry>[]()[][]) |
Adds a condition for a specified 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.
|