WriteString(RealTimeStringField,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a string type field into the locked record. Change notification
will be sent to Publisher and to Replication server.
void WriteString(
RealTimeStringField fieldToWrite,
string newValue
)
void WriteString(
RealTimeStringField^ fieldToWrite,
String^ newValue
)
Parameters
- fieldToWrite
- The field to write to.
- newValue
- The new value to write into the given field.