Click or drag to resize

ReadCondition Properties

The ReadCondition type exposes the following members.

Properties
  NameDescription
Public propertyDataReader
Gets the DataReader associated with the 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.
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.
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.
Top
See Also