FieldGetULong Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a System.UInt64 type value of the field defined by the path.
[CLSCompliant(false)]
public ulong FieldGetULong()
[CLSCompliant(false)]
public:
ulong FieldGetULong();
Return Value
The value from the database.
| Exception | Description |
|---|---|
| VDBException | An error raised while getting the field value or a type-conversion error. |