메소드 | 설명 | |
---|---|---|
AddCondition ( string attributeName, QueryOperator op ) : void |
Adds a condition for a specified attribute that consists of an operator and any number of values
|
|
AddCondition ( string attributeName, QueryOperator op, List |
Adds a condition for a specified attribute that consists of an operator and any number of AttributeValues.
|
|
QueryFilter ( ) : System |
Constructs an empty QueryFilter instance
|
|
QueryFilter ( string attributeName, QueryOperator op ) : System |
Constructs an instance of QueryFilter with a single condition. More conditions can be added after initialization.
|
|
QueryFilter ( string attributeName, QueryOperator op, List |
Constructs an instance of QueryFilter with a single condition. More conditions can be added after initialization.
|
메소드 | 설명 | |
---|---|---|
QueryFilter ( |
public AddCondition ( string attributeName, QueryOperator op ) : void | ||
attributeName | string | Target attribute name |
op | QueryOperator | Comparison operator |
리턴 | void |
public AddCondition ( string attributeName, QueryOperator op, List |
||
attributeName | string | Target attribute name |
op | QueryOperator | Comparison operator |
values | List |
AttributeValues to compare to |
리턴 | void |
public QueryFilter ( string attributeName, QueryOperator op ) : System | ||
attributeName | string | Target attribute name |
op | QueryOperator | Comparison operator |
리턴 | System |
public QueryFilter ( string attributeName, QueryOperator op, List |
||
attributeName | string | Target attribute name |
op | QueryOperator | Comparison operator |
values | List |
Attributes to compare |
리턴 | System |