Values_0.PrimaryValueSourceRepresents a primary key value used to identify a specific record in a data table. Primary values are used in combination to create unique record identifiers when a table has multiple primary attributes.
type nonrec t = {attributeName : DataTableName.t;The name of the primary attribute that this value belongs to.
*)value : String_.t;The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified.
*)}