API GetProductOEM: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „a“) |
|||
| (Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.) | |||
| Řádka 1: | Řádka 1: | ||
| − | + | ==== Description ==== | |
| + | Method gives You overview of existing OEM number for product. | ||
| + | |||
| + | ==== Exact name ==== | ||
| + | <code>API_GetProductOEM</code> | ||
| + | |||
| + | ==== Type ==== | ||
| + | Standard view. | ||
| + | |||
| + | ==== Specification ==== | ||
| + | {| class="wikitable" | ||
| + | !Column | ||
| + | !Data type | ||
| + | !Description | ||
| + | !Relation | ||
| + | |- | ||
| + | |GroupID | ||
| + | |int | ||
| + | |Group ID | ||
| + | |API_GetProductGroups.ID | ||
| + | |- | ||
| + | |OEM | ||
| + | |nvarchar(40) | ||
| + | |Original Equipment Manufacturer | ||
| + | | | ||
| + | |} | ||
| + | |||
| + | ==== Example ==== | ||
| + | <syntaxhighlight lang="sql"> | ||
| + | SELECT TOP 1000 * FROM [API_GetProductOEM] | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | ==== Notices ==== | ||
| + | None. | ||
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.