IManagementDatabaseCustomTable.GetRow Method

Gets the row with specified GUID.
Function GetRow( _ 
ByVal rowGuid As String
) As IManagementDatabaseTableRow
This language is not supported or no code example is available.
IManagementDatabaseTableRow GetRow( 
string rowGuid 
)
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

IManagementDatabaseTableRow

A row with specified rowGuid or null reference (Nothing in Visual Basic) if it couldn't be found.

Remarks
 

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.

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition