IManagementDatabaseCustomTable.GetRow Method
Function GetRow( _
ByVal rowGuid As String _
) As IManagementDatabaseTableRow
This language is not supported or no code example is available.
Parameters
- rowGuid
- string
The GUID string of the row to be found.
Return Value
IManagementDatabaseTableRowA row with specified rowGuid or null reference (Nothing in Visual Basic) if it couldn't be found.
Use this method to get specified row.
This method is also useful for value lookup if a field in the main estimate table contains a link to a row in this table. This link is represented by the row GUID. This table is defined in the field's IManagementDatabaseColumnMapping.TableToShow property.
Available since QDV 7.14.520.