Click or drag to resize
QueryByProperty Class
Retrieves instances of a specific entity type by specifying a set of property and value pairs.
Inheritance Hierarchy
SystemObject
  CorrigoServiceQueryBase
    CorrigoServiceQueryByProperty

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

The QueryByProperty type exposes the following members.

Properties
  NameDescription
Public propertyConditions
Gets or sets query conditions as list of property and value pairs.
Top
See Also