Posts   
 
    
firestar
User
Posts: 10
Joined: 22-Aug-2006
# Posted on: 28-Dec-2008 16:17:58   

Hi,

I'm trying to pass my primary key from an object to a related entity somewhere else.

However the primary key is returned as a Guid? Type and the other one is asked as a Guid.

And these cant be cast.

Is there a solution around this?

Best Regards, Martin

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 29-Dec-2008 03:12:11   

Could you please provide more info (http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7725)?

As I see, you have a nullable Guid field and a non-nullable Guid field. Are these fields explicit related on LLBLGen Designer?

If not, you should try with an explicit cast.

David Elizondo | LLBLGen Support Team