我在 Typed DataSet 中有两个名为 tblA 和 tblB 的数据表
注意:两个表都有不同的数据结构。
让我知道如何将两个无类型数据集合并到上述类型数据集。
Dear Tony,
Thanks for your effort.
But please understand my question.
I have 2 DataTable in Typed DataSet
DataTable names are: tblA and tblB
Now i have to merge Untyped Dataset one by one.
i need to map and merge.
Like:
UnTypedDATASET.TABLE("TABLEONE")
NOW LET ME KNOW HOW TO MERGE THIS WITH TYPEDDATASET.TABLE("tblA")
i did like this: TypedDataSet.merge(DS.table("tblA"))
but its mapping to tblB instead of tblA
Expecting your valuable help.