Values_0.DataTableDeleteValueIdentifierSourceA data table delete value identifier.
type nonrec t = {primaryValues : PrimaryValuesSet.t option;The identifier's primary values.
*)attributeName : DataTableName.t;The identifier's attribute name.
*)lockVersion : DataTableLockVersion.t;The identifier's lock version.
*)}val make :
?primaryValues:??? ->
attributeName:DataTableName.t ->
lockVersion:DataTableLockVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DataTableName.t ]) list ]
list
| `String of DataTableName.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]