IManagementDatabaseCustomTable.GetRowsForParentRow Method
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.
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.
Available since QDV 7.14.520.