Lets say I\'ve got the following entities User UserID UserName UserNameAsLower Profile (Navigation property)
According to the QueryBuilder’s parameter list, an EntityQuery of T object is a candidate for query shaping. However, my attempts to do so have been unsuccessful. I’m wondering if anyone knows how t
I\'m using Entity Framework, fronted by a client which is connected to the database using RIA Services. Whenever something is saved from the client, all the columns in the affected row is updated.
Suppose I have a collection defined as: IEnumerable<Employee> Employees; Entity Employee has property Person.
I\'m in some kind of a dilemma. Trying to query my DB through a RIA service from my silverlight client, I ran into the following problem. The goal is getting a list of menus and submenus. (Note: I on
I am trying to use RIA services in LightSwitch but I get an error when the query in the DomainService has a parameter because the query is not imported into LightSwitch.
In my app I perform an entityquery.If I use SQL profiler, catch the SQL query that is generated, and run it manually, it gives the results I expect.
Hi I have the following relationships: return this.ObjectContext.PCRs.Include(\"PApproval\").Include(\"Details\").Include(\"PApproval.PStatus\");
I have a SL4 LOB app, that uses RIA Services only for authentication (so far). I use the default provider and service with minor additions (see below).
I\'m struggling with some basic MVVM design principles in a Silverlight 4 app using RIA services & entities.Here\'s the basic scenario that seems to work OK: