API GetProductOEM: Porovnání verzí
Z Podpora.nextis.cz
Řádka 1: | Řádka 1: | ||
==== Description ==== | ==== Description ==== | ||
− | Method gives You overview of existing product | + | Method gives You overview of existing OEM number for product. |
==== Exact name ==== | ==== Exact name ==== |
Aktuální verze z 12. 11. 2018, 16:06
Description
Method gives You overview of existing OEM number for product.
Exact name
API_GetProductOEM
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
GroupID | int | Group ID | API_GetProductGroups.ID |
OEM | nvarchar(40) | Original Equipment Manufacturer |
Example
SELECT TOP 1000 * FROM [API_GetProductOEM]
Notices
None.