Exploring Entities in __default session database.

product Instance

product

All the fields and values for the product instance are shown in the table below.

idproductCodecategoryunitPricestock
4BLURAY_HTTPblu-ray19.998
As List
  • id
    • 4
  • productCode
    • BLURAY_HTTP
  • category
    • blu-ray
  • unitPrice
    • 19.99
  • stock
    • 8

Relationships

JSON Example

{
  "id": 4,
  "productCode": "BLURAY_HTTP",
  "category": "blu-ray",
  "unitPrice": 19.99,
  "stock": 8
}