score:3
Accepted answer
she means that you'll get back an ienumerable, which doesn't have any support for two way binding or extra facilities like notifications of add/remove events, that are available in other collection types. so, the code is taking the ienumerable and putting the results into a "richer" collection type that has those kinds of features.
Source: stackoverflow.com
Related Query
- How to Create a Run-Time Computed (NotMapped) Value in Entity Framework Code First
- Questions regarding How do i tutorial (WPF/Entity Framework/ObservableCollections)
- How to Query Icollections of Entity Framework Code First Data
- How to make a property unique in Entity Framework Code First
- How to loop through a child list of objects in Entity Framework 4.1 code first
- how to select data by linq in many-to-many relationship in First code Entity framework 5
- How to Lazy Load child object with string primary key in Entity Framework Code First?
- Entity Framework 4 and Linq to Entities specifications: How to code it?
- c# WPF bind combobox to TPH in Entity Framework code first using LINQ
- How to avoid Query Plan re-compilation when using IEnumerable.Contains in Entity Framework LINQ queries?
- How can I do a Union all in Entity Framework LINQ To Entities?
- how to use entity framework to group by date not date with time
- How to filter nested collection Entity Framework objects?
- How to wrap Entity Framework to intercept the LINQ expression just before execution?
- Entity Framework 6 Code First Custom Functions
- How to avoid memory overflow when querying large datasets with Entity Framework and LINQ
- How to dynamically order by certain entity properties in Entity Framework 7 (Core)
- How can I build Entity Framework queries dynamically?
- How can I extract a list of Tuple from a specific table with Entity Framework / LINQ?
- How to convert DateTime to TimeSpan in Entity Framework query
- How is the .net Entity Framework overkill versus LinqToSql?
- Entity Framework 3.5 - How to load children
- How can i write SQL update query with where clause in Entity Framework in C#
- How can I use Entity Framework on an object graph past a depth of 2 with MySQL Connector / NET?
- How can Entity Framework queries be reused (using methods)?
- How to delete multiple records in entity framework without looping using LINQ?
- How to do a left outer join in Entity Framework without using the query syntax?
- How to include sorted navigation properties with Entity Framework
- how to get single value by using entity framework
- C# Entity Framework + Linq - how do you speed up a slow query?
More Query from same tag
- Is Resharper unnecessarily warning me about Access to modified closure here?
- N-way intersection of sorted enumerables
- LINQ Query returning null results into anonymous variable
- linq querying entity framework how to join tables? navigation properties?
- Sort a List and keep a particular element at end of list after sorting
- problem in using Distinct with Linq
- Sort and Order Alphabetically
- Use Linq to get values
- c# extension method with linq
- LINQ query to Data Table returns incorrect results
- System.NotSupportedException With compiled LINQ Query
- Strongly typed dynamic Linq sorting
- Non-Generic AsEnumerable
- Map Expression<Func<Dto, bool>> to Expression<Func<Entity, bool>> using AutoMapper
- Why Enumerable.SequenceEqual throws exception if any parameter is null?
- NHibernate 3.2 Linq with correlated subquery
- error: no match for ‘operator=’ (operand types are ‘const yyy’ and ‘std::remove_reference<const yyy&>::type’ {aka ‘const yyy’})
- Linq to Entities grouping on multiple fields with an Or operator
- LINQ - How to query a range of effective dates that only has start dates
- Split list into duplicate and non-duplicate lists
- How to combine list in property of object in LINQ?
- Select from IEnumerable<T> to IEnumerable<Quantity<T>>
- Use Linq To Entities subquery within Select clause to fetch a field value
- LINQ Count() until, is this more efficient?
- How to I get this LINQ full-outer-join to function properly?
- method group filter null values
- How to RemoveAll list rows matching a condition using linq?
- Query Xml File for Records using Linq
- Variable 'x.Sub' of type 'SubType' referenced from scope '' but it is not defined error
- Sum values on list sorted by Distinct C#