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