Condition
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Condition
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Condition()()()() | Initializes a new instance of the Condition class | 
|  | AttributeValueList | 
            A list of attribute values to be used with a comparison operator for a scan or query operation. For comparisons that require more than one
            value, such as a BETWEEN comparison, the AttributeValueList contains two attribute values and the comparison operator.
             
             | 
|  | ComparisonOperator | 
            A comparison operator is an enumeration of several operations:  
 Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttributeValueList(array<AttributeValue>[]()[][]) | Obsolete. 
            Adds elements to the AttributeValueList collection
             | 
|  | WithAttributeValueList(IEnumerable<(Of <<'(AttributeValue>)>>)) | Obsolete. 
            Adds elements to the AttributeValueList collection
             | 
|  | WithComparisonOperator(String) | Obsolete. 
            Sets the ComparisonOperator property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Condition |