Click or drag to resize

QueryCondition Properties

The QueryCondition type exposes the following members.

Properties
  NameDescription
Public propertyDataReader
Gets the DataReader associated with the ReadCondition.
(Inherited from ReadCondition.)
Public propertyInstanceStateMask
Gets the set of instance-states that are taken into account to determine the trigger value of the ReadCondition. These are the instance-states specified when the ReadCondition was created.
(Inherited from ReadCondition.)
Public propertyQueryExpression
Gets the queryexpression associated with the QueryCondition. That is, the expression specified when the QueryCondition was created.
Public propertySampleStateMask
Gets the set of sample-states that are taken into account to determine the trigger value of the ReadCondition. These are the sample-states specified when the ReadCondition was created.
(Inherited from ReadCondition.)
Public propertyTriggerValue
Gets the trigger value of the Condition
(Inherited from Condition.)
Public propertyViewStateMask
Gets the set of view-states that are taken into account to determine the trigger value of the ReadCondition. These are the view-states specified when the ReadCondition was created.
(Inherited from ReadCondition.)
Top
See Also