IManagementDatabaseTableRow.ToDisplayString Method

Returns a single string representation of this row.
Function ToDisplayString() As String
This language is not supported or no code example is available.
string ToDisplayString()
This language is not supported or no code example is available.

Return Value

string
Remarks
 

If the owner table contains any identifier fields, the result is constructed only from these fields in the correct order. Otherwise all fields may be used in the result.

This string representation of a row is useful mainly as a field value displayed in the Estimates table, when the field points to a row in a child table, e.g. 'Name Surname' from the Clients child table.

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition