LayoutFieldSetNull Method |
Updates the data of the index occurence of this field
stored in message with the NULL (NO-DATA)
value.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public virtual void SetNull(
Message message,
int index
)
Public Overridable Sub SetNull (
message As Message,
index As Integer
)
Parameters
- message
- Type: OBCOM.NetClientMessage
The message that will be updated. - index
- Type: SystemInt32
The occurence index of the field.
Exceptions Remarks
A field is said to be NULL if the first character of the data of
Field(index) in message is the
special character NO-DATA (0x1A).
See Also