0

我有两个相同类型的对象,我想将 A 换成 B。而不是使用这个:

var tmp = A.prop1; 
A.prop1 = B.prop1; 
B.prop1 = tmp; .... 
ctx.SaveChanges();

有没有更快的方法?

4

0 回答 0