Property | Type | Description | |
---|---|---|---|
BEGINS_WITH | |||
BETWEEN | |||
CONTAINS | |||
EQ | |||
GE | |||
GT | |||
IN | |||
LE | |||
LT | |||
NE | |||
NOT_CONTAINS | |||
NOT_NULL | |||
NULL |
Method | Description | |
---|---|---|
ComparisonOperator ( string value ) : System |
Default Constructor
|
|
FindValue ( string value ) : |
Finds the constant for the unique value.
|
public ComparisonOperator ( string value ) : System | ||
value | string | |
return | System |
public static FindValue ( string value ) : |
||
value | string | The unique value for the constant |
return |
public static ComparisonOperator,Amazon.DynamoDBv2 BEGINS_WITH | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 BETWEEN | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 CONTAINS | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 EQ | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 GE | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 GT | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 IN | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 LE | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 LT | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 NE | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 NOT_CONTAINS | ||
return |
public static ComparisonOperator,Amazon.DynamoDBv2 NOT_NULL | ||
return |