IManagementDatabaseTableRow.ParentRowGuid Property

Gets the GUID of the parent row in the parent table.
ReadOnly Property ParentRowGuid() As String
This language is not supported or no code example is available.
string ParentRowGuid {get;}
This language is not supported or no code example is available.

Property Value

string

A GUID string of the parent row in the parent table. Otherwise null reference (Nothing in Visual Basic) if the table to which this row belongs has no parent table.

Remarks
 

Parent rows are used to create a structured hierarchy of data. For example, let's have a parent table Companies whose rows are companies. This table has a child table called ContactPersons. The ContactPersons contains rows with person names and each row points to a row in the parent Companies table to define to which company the person belongs. Multiple rows in a child table can point to the same parent row.

All of this has meaning only in custom tables, not in the estimate table. The main estimate table has no parent table. In this case, this property contains null reference (Nothing in Visual Basic).

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition