CATable::Update
ADE User Guide > ADE Server Class Reference > CATable
CATable::Update()
对于定义表格:更新Analytica对象定义属性中的现有输入表格。在使用SetDataByElement或者SetDataByLabel设定一个或多个单元格后使用此方法。Update引导API设定Analytica决策引擎服务器新表格数据。
When the source table is a SubTable or MultiTable, it also refreshes the table data in case one of the sources changed after the previous call to CAObject::DefTable or CATable::Update.
For result tables: Retrieves an updated version of the result table from the Analytica Decision Engine Server.
返回值
布尔值:ture表示成功,false表示失败。
On failure, check CAEngine::ErrorCode, CAEngine::ErrorText and CAEngine::OutputBuffer for information on the cause of the failure.
说明
Use with the CAObject::CreateDefTable method to replace the current definition attribute of an Analytica object with an input table.
Enable comment auto-refresher