API GetProductOEM: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „a“)
 
Řádka 1: Řádka 1:
a
+
==== Description ====
 +
Method gives You overview of existing product Original Equipment Manufacturer in system.
 +
 
 +
==== 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.

Verze z 12. 11. 2018, 16:48

Description

Method gives You overview of existing product Original Equipment Manufacturer in system.

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.