Click or drag to resize
CompositeQueryOperationEnum Enumeration
Defines how to evaluate a composite query.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public enum CompositeQueryOperationEnum
Members
  Member nameValueDescription
And0 Conjunctive operation that fails the query if any of the queries fail.
Or1 Disjunctive operation that fails the query if all of the queries fail.
See Also