WriteString Method (RealTimeBaseRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Specific method for writing a string type field into the locked record. Change notification
will be sent to Publisher and to Replication server.
| Overload | Description |
|---|---|
| WriteString(String,String) | Specific method for writing a string type field into the locked record. Change notification will be sent to Publisher and to Replication server. |
| WriteString(String,String,RTChangeNotification) | Specific method for writing a string type field into the locked record. |
| WriteString(RealTimeStringField,String) | Specific method for writing a string type field into the locked record. Change notification will be sent to Publisher and to Replication server. |
| WriteString(RealTimeStringField,String,RTChangeNotification) | Specific method for writing a string type field into the locked record. |