PrimaryKey = new DataColumn[] {dtblA.Columns["col1"]} DataTable dtblJoined = new DataTable(); dtblJoined.Merge(dtblA, false, MissingSchemaAction.AddWithKey); ...
確定! 回上一頁