WriteShort(String,Int16,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a field into the locked record.
public virtual void WriteShort(
string fieldName,
short newValue,
RTChangeNotification notification
)
public:
virtual void WriteShort(
String^ fieldName,
short newValue,
RTChangeNotification notification
)
Parameters
- fieldName
- The name of the field to write to.
- newValue
- The new value to write.
- notification
- A change notification for data. When the record is unlocked, a request will be sent to the Publisher or the Replication server, depending on this parameter's value.