Retrieves instances of a specific entity type by using a complex query.
Inheritance Hierarchy Namespace: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class QueryExpression : QueryBase
<SerializableAttribute>
Public Class QueryExpression
Inherits QueryBase
No code example is currently available or this language may not be supported.
The QueryExpression type exposes the following members.
Properties | Name | Description |
---|
 | Criteria |
Gets or sets a complex condition and logical filter expressions that filter the results of the query.
|
 | Distinct |
Gets or sets an indicator whether the results of the query contain duplicate entity instances.
|
Top
See Also