How to list all entity names / table names from your Entity Framework model in Silverlight 4 and RIA services
If you want to list all entity names / table names from your Entity Framework model (*.edmx) in Silverlight 4, use a RIA Invoke operation: using System; using System.Collections.Generic; using System.Linq; using System.Web; using