importer更新一列:
假设有个datatable= 表a
表a有两列,一列是主键(列名=_indentity),另一列是数量(列名=qty)
现在要把本地的表b(表b也有indentity,qty)上传到foxtable, 根据 identity去跟新表a,
如何实现?