EntitySpaces Version: 1.2.0.7
MyGeneration Version: 1.5.3
Database - Microsoft SQL 2005
Problem:
We wrote an ASP.NET custom profile object that inherits from an EntitySpaces object (RcAppLoanApplication). This object is serialized to the database in the ASP Profile table. The problem occurs when the schema changes for the EntitySpaces object and the profile object that was serialized is different.
Question:
Is there a way to get the version of the ES object that was serialized and compare it to the current ES object? We reflected the object and the version is the same even though the object is not the same. I don't think ES is overriding the GetHashCode() method because the object has different hash codes for every instance. I think we need to reflect the Table that the ES object contains, but I can not find where you expose the ADO row object.
Any suggestions???