Click or drag to resize
FilterExpression Class
Used to filter the results of the query by using complex condition and logical filter expressions.
Inheritance Hierarchy
SystemObject
  CorrigoServiceFilterExpression

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class FilterExpression

The FilterExpression type exposes the following members.

Properties
  NameDescription
Public propertyConditions
Gets or sets condition expressions that include properties, condition operators, and property values.
Public propertyFilterOperator
Gets or sets logical AND/OR operators.
Public propertyFilters
Gets or sets a hierarchy of condition and logical filter expressions that filter the results of the query.
Top
See Also