Description: Sends data to the entity currently open in the HSFWebService.
Prerequisites: CreateSession(), OpenServer(), OpenDatabase() and OpenCube().
Visual Basic
Public Sub SetEntityDataCells( _ ByVal sessionID As String, _ ByVal dataCellInfos As DataSet _ )
C#
public void SetEntityDataCells( string sessionID, DataSet dataCellInfos )
C++
public: void SetEntityDataCells( String sessionID, DataSet dataCellInfos ) sealed
JScript
public function SetEntityDataCells( sessionID : String, dataCellInfos : DataSet )
Table 31. GetEntityDataCells Parameters
Parameter | Data Type | Description |
---|---|---|
sessionID | string | A session identifier |
dataCellInfos | DataSet | A list of cell locations mapping to a DataTable |
DataSet