메소드 | 설명 | |
---|---|---|
AddCondition ( string attributeName, ScanOperator op ) : void |
Adds a condition for a specified attribute that consists of an operator and any number of values
|
|
AddCondition ( string attributeName, ScanOperator op, List |
Adds a condition for a specified attribute that consists of an operator and any number of AttributeValues.
|
public AddCondition ( string attributeName, ScanOperator op ) : void | ||
attributeName | string | Target attribute name |
op | ScanOperator | Comparison operator |
리턴 | void |
public AddCondition ( string attributeName, ScanOperator op, List |
||
attributeName | string | Target attribute name |
op | ScanOperator | Comparison operator |
values | List |
AttributeValues to compare to |
리턴 | void |