IManagementDatabaseCustomTable.GetRowsForParentRow Method

Gets all rows with the specified parent row in the parent table.
   string parentRowGuid 
)

Parameters

parentRowGuid
string

The GUID of the parent row in the parent table.

Return Value

IEnumerable<IManagementDatabaseTableRow>

A list of matching rows.

Remarks
 
This method finds all rows whose IManagementDatabaseTableRow.ParentRowGuid is set to parentRowGuid. The parentRowGuid must be a row in the parent table specified in the ParentTable property of this instance.
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2