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