TableParent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the parent table for this table
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Parent { get; set; }
Public Property Parent As String
Get
Set
public:
virtual property String^ Parent {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Parent();
function set_Parent(value);
Property Value
Type:
StringThe name of the parent table for this table
Return Value
Type:
StringThe 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