QueryConditions Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an list of query conditions to be applied to this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QueryConditions Conditions { get; set; }
Public Property Conditions As QueryConditions
Get
Set
public:
virtual property QueryConditions^ Conditions {
QueryConditions^ get () sealed;
void set (QueryConditions^ value) sealed;
}
function get_Conditions();
function set_Conditions(value);
Property Value
Type:
QueryConditionsAn array of list conditions to be applied to this query
Return Value
Type:
QueryConditionsAn array of list conditions to be applied to this query
Remarks See Also