Hi,
I have to retrieve the predicate form entityRelation.
I mean if I have an EntityRelation joining table T1 to T2 on T1.a = T2.b, How can I get this map (T1.a = T2.b) from it later?
There are some methods in IEntityRelation which return PK fields or FK fields, but I couldn't find which PK field has been mapped to which FK field.
could u please help me?
Thanx
Nazanin