Query conditions tree. Can be null.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public QNode Condition { get; set; }
public QNode Condition { get; set; }
Public Property Condition As QNode
Get
Set
Public Property Condition As QNode
Get
Set
public:
property QNode^ Condition {
QNode^ get ();
void set (QNode^ value);
}
public:
property QNode^ Condition {
QNode^ get ();
void set (QNode^ value);
}
member Condition : QNode with get, set
member Condition : QNode with get, set
Property Value
Type:
QNode