WriteString Method (IRealTimeBaseRecord)
- 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.
| Overload | Description |
|---|---|
| WriteString(String,String) | Writes a string type field into the locked record. Change notification will be sent to Publisher and to Replication server. |
| WriteString(String,String,RTChangeNotification) | Writes a string type field into the locked record. |
| WriteString(RealTimeStringField,String) | Writes a string type field into the locked record. Change notification will be sent to Publisher and to Replication server. |
| WriteString(RealTimeStringField,String,RTChangeNotification) | Writes a string type field into the locked record. |