API GetLaximoBrands: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „x“)
 
 
Řádka 1: Řádka 1:
x
+
==== Description ====
 +
Method gives You overview of existing Laximo brands in system.
 +
 
 +
==== Exact name ====
 +
<code>API_GetLaximoBrands</code>
 +
 
 +
==== Type ====
 +
Standard view.
 +
 
 +
==== Specification ====
 +
{| class="wikitable"
 +
!Column
 +
!Data type
 +
!Description
 +
!Relation
 +
|-
 +
|ID
 +
|int
 +
|Internal system id
 +
|
 +
|-
 +
|Name
 +
|nvarchar(50)
 +
|Name
 +
|
 +
|-
 +
|Aliases
 +
|text
 +
|Aliases
 +
|
 +
|}
 +
 
 +
==== Example ====
 +
<syntaxhighlight lang="sql">
 +
SELECT TOP 1000 * FROM [API_GetLaximoBrands]
 +
</syntaxhighlight>
 +
 
 +
==== Notices ====
 +
None.

Aktuální verze z 16. 4. 2019, 11:29

Description

Method gives You overview of existing Laximo brands in system.

Exact name

API_GetLaximoBrands

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
Name nvarchar(50) Name
Aliases text Aliases

Example

SELECT TOP 1000 * FROM [API_GetLaximoBrands]

Notices

None.