WriteUShort(String,UInt16) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a field into the locked record. A change notification
will be sent to the Publisher and the Replication server.
[CLSCompliant(false)]
public virtual void WriteUShort(
string fieldName,
ushort newValue
)
[CLSCompliant(false)]
public:
virtual void WriteUShort(
String^ fieldName,
ushort newValue
)
Parameters
- fieldName
- The name of the field to write to.
- newValue
- The new value to write.