I have a scenario where, few feature layers in geodatabase(SQL server) are related to some tables through ARCSDE. I have created relationship classes with these tables in arccatalog.
Now when my Silverlight map loads, I need to pass some other table Primary key and display the geometry from feature layer table linked to this primary key.
Feature Layer F, --- OBJECTID, SHAPE
Relation Table R, -- ID,OID,RID,NAME
Table A ------------- RID,CITY
I have to pass RID which will again retrieve gemetries related to this RID and display on map. Can anyone please suggest few pointers to achieve this functionality.