Version LLBLGEN 3.0
DB Oracle 9i/10g
Hi, I am trying fetch an entity which has dual primar key.
var affiliatemember = new AffiliatememberEntity((GlobalVariable.searchaffiliateclubid), GlobalVariable.searchaffiliatememberid);
adapteraffiliatemember.FetchEntity(affiliatemember);
I get an error affiliatemember.Emailid1' threw an exception of type 'SD.LLBLGen.Pro.ORMSupportClasses.ORMEntityOutOfSyncException for every column in DB.
I have done lot of single key forms but I never had problem like this. Not sure what is going wrong here