WriteString(RealTimeStringField,String,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Specific method for writing a string type field into the locked record.
void WriteString(
RealTimeStringField fieldToWrite,
string newValue,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
void WriteString(
RealTimeStringField^ fieldToWrite,
String^ newValue,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
Parameters
- fieldToWrite
- The field to write to.
- newValue
- The new value to write into the given field
- notification
- Change notification for data. When record is unlocked, request will be sent to publisher or replication server depending on this parameter value.