ISet.SetFieldValue Method

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

Parameters

mnemonic
string

The unique identifier (mnemonic) of the field.

value
object

The value of the field to be set. Can be either numeric, text or binary. null reference (Nothing in Visual Basic) for no value.

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