Click or drag to resize
TableParent Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the name of the parent table for this table

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

Property Value

Type: String
The name of the parent table for this table

Return Value

Type: String
The name of the parent table for this table
Remarks
If this is the root table of the subject, parent will be a blank string
See Also