stephenpatten wrote:
Ok, just converted the cloning code to use IEntity2 (3.1) , are there going to be any side effects using the new interface?
No, that is fine. In fact could use the IEntityCore interface, but for some properties like entity.Fields.IsDirty you would need to cast. So, just using IEntity2 is ok.