Skip to content

RowId datatype

Include: Built in; no package required.

RowId is represented by the current TechStack runtime as a Variant-backed value, not as a standalone stored scalar. RowId helper functions serialize, deserialize, null-check, and compare underlying runtime values.

Size

Variant-backed runtime value storage.

Range

The stored value depends on the underlying runtime value used by the RowId helper functions.

Example

RowId riValue

Notes

Conceptual RowId helper operations include NullRowID, SerializeRowID, DeserializeRowID, IsNullRowID, and IsSameRowID.