Click or drag to resize
QueryExpression Class
Retrieves instances of a specific entity type by using a complex query.
Inheritance Hierarchy
SystemObject
  CorrigoServiceQueryBase
    CorrigoServiceQueryExpression

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

The QueryExpression type exposes the following members.

Properties
  NameDescription
Public propertyCriteria
Gets or sets a complex condition and logical filter expressions that filter the results of the query.
Public propertyDistinct
Gets or sets an indicator whether the results of the query contain duplicate entity instances.
Top
See Also