Load foreign key properties(Navigation Properities) in Silvelright WCF Ria services.
Before the code, i assume that you have created the relation ship between table in ADO.net Entities. Here is mine, CREATE TABLE [dbo].[tblRole]( [RoleID] [int] IDENTITY(1,1) NOT NULL, [RoleName] [nv