GetUDTRowData Method

<< Click to Display Table of Contents >>

Navigation:  CXS.Retail.API Assembly > Namespaces > CXS.Retail.API Namespace > Classes > IntegrationService > Methods >

GetUDTRowData Method

Navigation:  CXS.Retail.API Assembly > Namespaces > CXS.Retail.API Namespace > Classes > IntegrationService > Methods >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend Retail 6.6 - Web API Help

GetUDTRowData Method

Collapse All Expand All Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: Visual Basic (Declaration) Language Filter: Visual Basic (Usage) Language Filter: C# Language Filter: C++/CLI

[TCheckBoxFormControlObj] Visual Basic (Declaration)

[TCheckBoxFormControlObj] Visual Basic (Usage)

[TCheckBoxFormControlObj] C#

[TCheckBoxFormControlObj] C++/CLI

CXS.Retail.API Namespace > IntegrationService Class : GetUDTRowData Method

Name of the table.

The udt row key.

Gets the specified row from a user defined table.

Syntax

Visual Basic

C#

C++/CLI

'Declaration

Public Function GetUDTRowData( _

  ByVal tableName As String, _

  ByVal udtRowKey As String _

) As UDTDTO

'Usage

Dim instance As IntegrationService

Dim tableName As String

Dim udtRowKey As String

Dim value As UDTDTO

value = instance.GetUDTRowData(tableName, udtRowKey)

public UDTDTO GetUDTRowData(

  string tableName,

  string udtRowKey

)

public:

UDTDTO^ GetUDTRowData(

  String^ tableName,

  String^ udtRowKey

)

Parameters

tableName

Name of the table.

udtRowKey

The udt row key.

Return Value

UDTDTO.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntegrationService Class

IntegrationService Members

Send Feedback