I have a aspnet_Users table with UserD as primary key and master_actor table with ActorID as primary key and have no common key..
The two tables are linked together using a link table master_actorlink table with UserID and ActorID columns..
I want to fetch the ActorID of master_actorlink table using the UserID via WCF services..
I'm new to WCF so plz help