Get the DomainService (LINQ to SQL) to load child entities with .NET RIA Services in Silverlight 3
If you have a table with related tables then you can get the child entries by editing the DomainService and the metadata: Add the include attribute ([Include()]) to the property containing the child table reference