WriteField Method (RealTimeBaseRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a field into the locked record. Change notification
will be sent to Publisher and to Replication server.
Supports the following primitive types: string, bool, byte, double, float, int, long, short, uint, ulong, and ushort.
| Overload | Description |
|---|---|
| WriteField<T>(String,T) | Writes a field into the locked record. Change notification will be sent to Publisher and to Replication server. Supports the following primitive types: string, bool, byte, double, float, int, long, short, uint, ulong, and ushort. |
| WriteField<T>(String,T,RTChangeNotification) | Writes a field into the locked record. Change notification will be sent to Publisher and to Replication server. Supports the following primitive types: string, bool, byte, double, float, int, long, short, uint, ulong, and ushort. |