[ROOT] / doc / toc / ARCCore / Enum / PSPrefix / dtr


Data, whole records.

Example: "dtr/Customer/42/John/Smith".

This will correspond to multiple lines of dt, for instance the example above would correspond to:
"dt/Customer/42/FirstName = John"
"dt/Customer/42/LastName = John"

In other words, 'dtr' is a more compact format with higher performance, but since the parsing relies on a given order in the corresponding schema it is more vulnerable against changes in the schema.

'dtr' is understood by TryParseDtr.


Details

Generated 2024-04-19 23:21:57.885 UTC