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