[This thread is regarding: http://llblgen.com/TinyForum/Messages.aspx?ThreadID=14975]
Thank you for the quick response. I understand creating custom relationships in the designer, however, it will allow me to only create relations on some flavor of integer (int32, int64, int8, etc.), I need to be able to create the relationship on GUID columns. Is there a way to do this in LLBLGen.
I already have both schemas included in the catalog (they both currently belong to the same database as well).
I gues what I'm asking for is: Can LLBLGen construct relationships between two tables based on columns other than the PK columns and integer based columns?
I also understand that using non-PK columns for relationships is a very bad thing to do in database design, that would be why I haven't done that in the database it self, but I still need to be able to relate the entities in code, preferably via their row GUID's.
Thank you.
Wayne E. Pfeffer