Return records from the country table Calls: xct_spACGetCountries


Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "Return records from the country table.", MessageName := "getCountries"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function getCountries() As DataSet
C#
[WebMethodAttribute(Description = "Return records from the country table.", MessageName = "getCountries")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet getCountries()
C++
[WebMethodAttribute(Description = L"Return records from the country table.", MessageName = L"getCountries")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet getCountries() sealed 
J#
/** @attribute WebMethodAttribute(Description = "Return records from the country table.", MessageName = "getCountries") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet getCountries()
JScript
public 

   WebMethodAttribute(Description = "Return records from the country table.", MessageName = "getCountries")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function getCountries() : DataSet

See Also