IManagementDatabaseTableRow.GetFieldValue Method

Returns a value from a row cell.
Function GetFieldValue( _ 
ByVal columnName As String
) As Object
This language is not supported or no code example is available.
object GetFieldValue( 
string columnName 
)
This language is not supported or no code example is available.

Parameters

columnName
string

The identifier (mnemonic) of the column.

Return Value

object

Depending upon the column type, it returns a string, a number or a date. null reference (Nothing in Visual Basic) if the value of the field was not set or if the field with specified columnName doesn't exist in the table.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition