FieldPutShort Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a System.Int16 value into the field defined by the path.
public void FieldPutShort(
short valueToBeWritten
)
public:
void FieldPutShort(
short valueToBeWritten
)
Parameters
- valueToBeWritten
- The value to be written into the database.
| Exception | Description |
|---|---|
| VDBException | An error raised while writing the field value. |