Click or drag to resize

QueryBase Class

Represents the abstract base class for the QueryExpression and QueryByProperty classes.
Inheritance Hierarchy

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

The QueryBase type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets or sets the maximum number of entity instances returned.
Public propertyEntityType Gets or sets an entity type.
Public propertyFirstResultIndex Gets or sets index of first entity to be returned.
Public propertyOrders Gets or sets list of orders in which the entity instances are returned from the query.
Public propertyPropertySet Gets or sets the property set.
Top
See Also