Return records from the states table. Calls: xct_spACGetStates


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

Syntax

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

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

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

See Also