IManagementDatabaseCustomTable.GetRowsForParentRow Method

Gets all rows with the specified parent row in the parent table.
Function GetRowsForParentRow( _ 
ByVal parentRowGuid As String
) As IEnumerable(Of IManagementDatabaseTableRow)
This language is not supported or no code example is available.
IEnumerable<IManagementDatabaseTableRow> GetRowsForParentRow( 
string parentRowGuid 
)
This language is not supported or no code example is available.

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

In this article

Definition