Lightstreamer .Net Client 2.1.2
|
Gets the value for a field as it is after the reception of this update.
If the "COMMAND logic" behaviour is enabled and the event carries a DELETE command, then all fields, but for the "key" and "command" fields, have a null new value.
string GetNewValue(int fieldPos);
string GetNewValue(int fieldPos);
Function GetNewValue(fieldPos As Integer) As string
Parameters |
Description |
int fieldPos |
a 1-based field position within the Schema of fields in the related table. |
the field value, according to the above specifications; null is a legal value too.
Exceptions |
Description |
ArgumentException |
the specified field position does not represent a subscribed field. |