OrderAuditInfo
Fields
| Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable | Is PK | Is FK | Is Identity | Is Computed | Default value | Default sequence | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AuditInfoID | 1 | int | 0 | 10 | 0 | Yes | Yes | |||||
| OrderID | 2 | int | 0 | 10 | 0 | Yes | 
Foreign key constraints
FK_OrderAuditInfo_AuditInfo
| Aspect | Value | 
|---|---|
| Primary key table | dbo.AuditInfo | 
| Delete rule | NoAction | 
| Update rule | NoAction | 
| Foreign key field | Primary key field | 
|---|---|
| AuditInfoID | dbo.AuditInfo.AuditInfoID | 
FK_OrderAuditInfo_Orders
| Aspect | Value | 
|---|---|
| Primary key table | dbo.Orders | 
| Delete rule | NoAction | 
| Update rule | NoAction | 
| Foreign key field | Primary key field | 
|---|---|
| OrderID | dbo.Orders.OrderID | 
Model elements mapped on this table
None.