I am having to two tables Data_Cust_Log and Data_Cust.The structure of both the table is same.When a customer is authorized the row of data for that customer from Data_Cust_Log needs to be copied to Data_Cust.Can anybody let me know if this can be done using Linq to SQL.
Any suggestions are welcome.
Thanks.
I am having to two tables Data_Cust_Log and Data_Cust .The structure of both the
Share
If the objects are of the same type:
If they are not of the same type: