ISet.GetFieldValue Method

Gets the value of a field defined in the sets DB Fields manager.
Function GetFieldValue( _ 
ByVal mnemonic As String
) As Object
This language is not supported or no code example is available.
object GetFieldValue( 
string mnemonic 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The unique identifier (mnemonic) of the field.

Return Value

object

The value of the field as an object. Can be either numeric, text or binary. If there's no value, the null reference (Nothing in Visual Basic) will be returned.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.19.700.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition