Tagged Questions
The entityset tag has no wiki summary.
33
votes
3answers
724 views
EntitySet - is there a sane reason that IList.Add doesn't set assigned?
There are 3 ways of adding items to most lists...
via a direct public API method, typically Add(SomeType)
via the generic IList<T>.Add(T) interface
via the non-generic IList.Add(object) ...
10
votes
1answer
8k views
RIA Services EntitySet does not support 'Edit' operation
Making my first steps in RIA Services (VS2010Beta2) and i encountered this problem:
created an EF Model (no POCOs), generic repository on top of it and a RIA Service(hosted in an ASP.NET MVC ...
6
votes
2answers
2k views
Generic List to EntitySet Conversion
How do I Convert a System.Collections.Generic.List<T> to a System.Data.Linq.EntitySet<T> ?
6
votes
7answers
7k views
LINQ-to-SQL + One-to-Many + DataBinding deleting problem
I use LINQ-to-SQL to load data from a database that has two tables in a one-to-many relationship (one Recipe has many Ingredients).
I load a Recipe and LINQ retrieves Ingredient objects into an ...
5
votes
3answers
1k views
ASP.NET MVC Model Binding Related Entities on Same Page
This problem has been driving me crazy for several hours now...
In my domain, I have 2 entities that are related to each other Sku and Item. Each sku can have many items.
public class Sku
{
...
4
votes
4answers
3k views
ASP.NET MVC/LINQ: What's the proper way to iterate through a Linq.EntitySet in a View?
OK so I have a strongly-typed Customer "Details" view that takes a Customer object Model.
I am using LINQ to SQL and every Customer can have multiple (parking) Spaces.
This is a FK relationship in ...
2
votes
1answer
44 views
What is Entity and EntitySets in RIA Services?
Hi I am new to RIA Services and i want to understand Entity and EntitySets in RIA Services
Are "Entity Sets" Tables and Entity a colum in the Entity Sets?
Thus Entity Sets having one or more ...
1
vote
0answers
132 views
Work with child EntitySet in databound detailsview
I am working with ASP.Net (forms) and Linq To SQL. I have a parent table called Feedback, a table called Tags and a table called FeedbackTags which allows me to relate tags to feedback items. I have a ...
1
vote
1answer
108 views
Dbml adds 1 to EntitySet name
Hi I got a dbml file, that starts to add a 1 to the end of a EntitySet name
Is there any way I can permanently fix this? If I change it in the designer file, its just returns when the file is updatet.
...
1
vote
1answer
70 views
How to store one entity class in another in specific relation between tables?
I have these relations in my data base:
I need all authors related to my book stored in book entity class?
I was trying to resolve this by using entityset but I can't use it because there is no ...
1
vote
2answers
248 views
Where is EntitySet<T>'s “Results View”?
When looking at a linked EntitySet<T> of a LINQ to SQL mapped entity, I see the following:
I'd like to see the following (achieved by using the .AsQueryable() extension method) so that I can ...
1
vote
1answer
422 views
What makes a LINQ Association an EntitySet<table>?
I just finished using Linq to Sql to map our existing Database structure for use in a Thick Client app.
While writing some Linq Methods to replace some Stored Procedures I noticed that sometimes I ...
1
vote
3answers
1k views
HowTo update/modify LINQ EntitySet?
In my LINQ to SQL generated classes I have some classes containing EntitySets.
Everything looks great until I need to modify the EntitySet (add, delete some relationships).
I thought that it was ...
1
vote
1answer
370 views
DeleteOnNull Error
I've got a set of DB objects sitting in an EntitySet on my main object definition. This handles additions and updates fine, but I found the removing items from the list didn't result in the database ...
1
vote
1answer
3k views
Linq and ObservableCollection
I have a problem with Linq and ObservableCollections in my WPF application.
Context of the problem:
I've created a very simple SQL database with two tables: User and BankAccounts.
The User Table has ...
1
vote
2answers
906 views
WPF binding not notifying of changes
I have a WPF sorting/binding issue. (Disclaimer: I am very new to WPF and databinding so apologise if I am asking a really dumb question :-))
Firstly, I have a linqToSql entity class Contact with an ...
1
vote
4answers
2k views
How do you sort an EntitySet<T>
The MSDN documentation states that an EntitySet implements IBindingList
(see 'Binding to EntitySets' at http://msdn.microsoft.com/en-us/library/bb546190.aspx)
However, it can be clearly seen that an ...
1
vote
3answers
2k views
Struggling with .ToList() returing an EntitySet<…>, not an IList<..>
I'm trying to retrieve a list of Id's from a collection that is a few levels deep in an object heirachy. When i try to do a ToList(), I keep getting an EntityList<> retrieved instead .. which ...
0
votes
2answers
39 views
Error when deleting row from Silverlight 5 datagrid
I have an Silverlight 4 (ria 1.0) application which was upgraded today to Silverlight 5 (ria 1.0 sp2)
Now I am getting the following error when I am trying to delete record from datagrid:
at ...
0
votes
0answers
96 views
Unable to serialize the session state, which is related to System.Data.Linq. EntitySet
Recently I am playing with the Windows Server 2008,
and would like to make some configuration for my web application.
I have changed the Session State for my application to "State Server" so it can ...
0
votes
0answers
40 views
why assocaitions didnt get generated in dbml file?
I have 3 tables, its many to many relationship.
Posts: PostID, PostName
Tags: TagID, TagName
PostTag: PostID, TagID (this one didn't have PK, only 2 FKs)
I use linq to sql designer to generate ...
0
votes
1answer
36 views
Best way to check two EntitySets equality basied on one of their proprties?
I have two Objects from the same Class, lets say it named as Class1, Class1 has an EntitySet of ClassChild,
What is the best way to indicate that these Two objects have the same exact ClassChild's ...
0
votes
1answer
110 views
WCF + sending linq generated objects
i have entities generated from my .dbml. So some objects have relationship "one to many" and in entities it was generated as EntitySet.
Also, I have WCF Workflow Service Application which contains ...
0
votes
0answers
281 views
How to mock EntitySet when Add not allowed
I am trying to get some sample data into my view model like this:
public EntitySet<MembershipServiceUser> Users
{
get
{
//return this.context.MembershipServiceUsers;
...
0
votes
1answer
70 views
Remove data from linq relation
If i have a sq-table relation model that looks like this:
Project <----> ProjectActivity <----> Activity
Where Project and Activity has many to many connections via ProjectActivity and ...
0
votes
1answer
224 views
Working directly with EntitySet?
I'm trying to wrap my head around all the classes present in Entity Framework 4. The only one that I'm confused by (so far) is EntitySet. EntitySets are never mentioned anywhere in the generated C# ...
0
votes
1answer
236 views
Reverting changes to an EntitySet<T> in Linq-to-SQL
I have a Linq-to-SQL context with changes in an EntitySet. I want to get rid of all the changes I made to it since I last called SubmitChanges(). I use the following method to revert the state of the ...
0
votes
3answers
264 views
Serialize EntitySet through net remoting
I have a shared object through net remoting. The problem is that this object has some EntitySet and EntityRef attributes. When I try to run the program I get an exception telling me that EntitySet is ...
0
votes
0answers
405 views
0
votes
2answers
4k views
DomainContext, Silverlight 3, code behind, Edit EntitySet
I'm trying to get my brain wraped around Silverlight RIA
I'm to a point where I can create an object with a collection of objects which also has a collection of objects.
Test object that holds test ...
0
votes
4answers
693 views
Using Linq to select a list of Entities, linked Entities, linked Entities
Apologies for the poor question title - I'm not sure how to describe what I'm doing but that is the best I could come up with, please edit it if what I'm asking for has a real name!
I have ...
0
votes
2answers
2k views
ASP.NET MVC - Submit Form with complex Model with EntitySet
I'm struggling myself trying to make my form work with my models...
So, I have 3 Models
Account
has_one -> Company
has_many -> Individuals -> has_one Document
So the account can have ...
0
votes
1answer
162 views
MVC Entity Framework state behavior with multiple instances of an entityset
I'm trying to understand the relationship between entityset instances of an EF Entities model (the model was created by Entity Designer). Basically I end up with 1 logical transaction having 2 ...
0
votes
1answer
791 views
Linq to SQL EntitySet Binding the MVVM way
In a WPF application i'm using LINQ to SQL classes (created by SQL Metal, thus implementing POCOs).
Let's assume i have a table User and a Table Pictures. These pictures are actually created from one ...
0
votes
2answers
212 views
MVC 1.0 + EF: Does db.EntitySet.where(something) still return all rows in table?
In a repository, I do this:
public AgenciesDonor FindPrimary(Guid donorId) {
return db.AgenciesDonorSet.Include("DonorPanels").Include("PriceAdjustments").Include("Donors").First(x => ...
0
votes
0answers
77 views
non-public members in EntitySet
I am trying to get access to the property Schema in EntitySet but it is non-public. How do you get access to Schema.
Thanks
Rich
0
votes
1answer
447 views
EntitySet Querying
I'm trying to run a query similar to
var results = MyItem.MyEntitySet.Where( x => x.PropertyB == 0 )
MyEntitySet has one association, PropertyA, with MyItem.
Ideally, the underlying SQL query ...
0
votes
1answer
714 views
Datagridview with sorted EntitySet<T>? (.NET 3.5)
I'm hoping there's a simple answer to this one I've missed in hours of Googling...
I have a DataGridView which needs to display and add/delete/edit records from a database. I'm using the Entity ...