Click or drag to resize
QuerySubject Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the subject object that this query is based on

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Subject Subject { get; }

Return Value

Type: Subject
The subject object that this query is based on
Remarks
Returns null if the query is not based on a subject
See Also