RTI Connext C# API  6.1.0
QueryCondition Class Reference

A specialized ReadCondition that allows specifying a filter on the locally available data. More...

Inheritance diagram for QueryCondition:
ReadCondition Condition

Properties

string QueryExpression [get]
 Retrieves the query expression. More...
 
IEnumerable< string > QueryParameters [get, set]
 Retrieves or modifies the query parameters. More...
 
- Properties inherited from ReadCondition
AnyDataReader DataReader [get]
 Returns the DataReader associated with this condition. More...
 
DataState StateFilter [get]
 Returns the state filter More...
 
bool Disposed [get]
 Indicates whether this object has been disposed More...
 
- Properties inherited from Condition
bool TriggerValue [get]
 Retrieves the trigger value (whether this condition is active) More...
 

Additional Inherited Members

- Public Member Functions inherited from ReadCondition
void Dispose ()
 Releases the native resources used by this condition More...
 
- Public Member Functions inherited from Condition
delegate void TriggeredEventHandler (Condition condition)
 The delegate type of the Triggered event. More...
 
void ResetEvents ()
 Removes all handlers for the Triggered event. More...
 
- Events inherited from Condition
TriggeredEventHandler Triggered
 Event triggered in the context of WaitSet.Dispatch() when TriggerValue becomes true. More...
 

Detailed Description

A specialized ReadCondition that allows specifying a filter on the locally available data.

The full documentation is available in the C API: DDS_QueryCondition

Property Documentation

◆ QueryExpression

string QueryExpression
get

Retrieves the query expression.

The full documentation is available in the C API: DDS_QueryCondition_get_query_expression

◆ QueryParameters

IEnumerable<string> QueryParameters
getset

Retrieves or modifies the query parameters.

The full documentation is available in the C API: DDS_QueryCondition_set_query_parameters