Click or drag to resize
QueryInnerJoin Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this object is joined to it's parent with an inner join

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

Property Value

Type: Boolean
True if this object is joined to it's parent with an inner join

Return Value

Type: Boolean
True if this object is joined to it's parent with an inner join
Remarks