A data set (row) in a table.
Column | Data type | Max. length (bytes) | Allow nulls | Description |
ID | bigint | 8 | False | The ID of the table row. |
SiteId | int | 4 | False | Currently not used. |
Rev | bigint | 8 | False | Revision number. For internal use. |
Acl | varbinary(max) | max | False | For internal use only. |
MAcl | varbinary(max) | max | False | For internal use only. |
TableID | bigint | 8 | False | The ID of the related table (ID in W_FieldTable). |
TableSiteId | int | 4 | False | Currently not used. |
Item | int | 4 | False | The sequence number of the data set (the row in the table). |
Identifier | nvarchar(255) | 510 | False | The unique identifier of the table row definition. |
ValidID | int | 4 | False | The ID of the validation status (ID in C_Status). |
ErrorID | int | 4 | False | The ID of the error status (ID in C_Status). |
BatchID | bigint | 8 | False | The ID of the root document (BatchID in W_Document). |
BatchSiteId | int | 4 | False | Currently not used. |
DeletedAt | datetime | 8 | True | The date when the data set was deleted from the XBOUND database (main database). Available in XBOUND 3.8 and later. |
Name | Columns |
FK_W_TableRow_W_FieldTable | TableID -> W_FieldTable.ID TableSiteId -> W_FieldTable.SiteId |