0
votes
1answer
34 views

InsertAllOnSubmit in LinqToEntities

What's the Method to InsertAllonSubmit in LinqToEntities. I am getting a result using where condition from one table. Now I need to Insert all records at a time into another table with out using ...
2
votes
2answers
61 views

Entity Framework - “where” clause: entity id is in a potentially null array

I have an array of office ids, and the array is potentially null. I want the EF query to return all records if the officeIdsToSelect array is null, or only the matching records if it is not null. ...
0
votes
2answers
105 views

Dynamic Queries: Change table name in LINQ-to-Entities query

Long time lurker, recent newcomer. Been struggling a bit with queries with LINQ-to-Entities. I am using Visual Studio Express 2012 for Web and Entity Framework 4.0. Bear with me, it's a long ...
2
votes
1answer
74 views

Simple DbSet<TEntity>.Find() Call Taking Forever

I am getting terrible performance from a DbSet.Find() call. My code looks like this: public class Area { [Key] public string Id { get; protected set; } // ... } public class MyContext : ...
1
vote
1answer
74 views

IEnumerable<T, int>, Arity and Generic Type Definitions

I have a class Counter that counts things by key. Simplified: public class Counter<T> { private Dictionary<T, int> counts; public void Increment(T key) { int current; ...
1
vote
0answers
43 views

How to join three different types on a same column

I need to write a join query for the below scenario. I know how to write joins when there are tables with PRIMARY Key and other table defined it as Foreign Key. But here the case is different. Please ...
0
votes
1answer
52 views

The LINQ expression node type 'Invoke' is not supported in LINQ to Entities

I have a problem trying to implement a filtering expression to filter a list of entities : The LINQ expression node type 'Invoke' is not supported in LINQ to Entities. This is the code : ...
1
vote
1answer
37 views

LINQ to Entities query and Distinct on GUID

When I use the LINQ to Entities and then a Distinct to get unique Guids, I'm getting all GUIDs. DB-Entry 1: {b3f86f18-f661-4511-a8b5-f85aa8e41b29} DB-Entry 2: {b3f86f18-f661-4511-a8b5-f85aa8e41b29} ...
0
votes
2answers
39 views

Combine results from multiple queries to as single queryable

I want to search through a user database and order my results according to how precise the match is. Exact matches on a users name should appear in the result before single word matches, as an ...
3
votes
1answer
103 views

How does this work? LINQ to Entities triggers loading of assemblies?

Projects in solution I have a typical 3-tier solution that targets .NET 4.5 and uses Entity Framework 6 Alpha 3. The solution is made up of three projects, let's call them: Entities - class library ...
0
votes
2answers
29 views

Which defensive check is preferable when querying data using the Entity Framework?

Which of the following defensive checks is preferable when querying data using the Entity Framework? 1. The null check: user = users.SingleOrDefault(u => u.Email.Equals(email)); if(user == null) ...
2
votes
1answer
72 views

More efficient way of loading children of entity objects in linq to entity query

I have a rather complex linq to entity query that I'm performing, in the end, I have a result set. I loop through that result set, build business objects and return that list of business objects. it's ...
1
vote
2answers
111 views

Linq - list within object not saving on db.SaveChanges() call

I am having problems saving the following to a database. I have a list of branches as part of a MessageType object. I update the list of branches in the 1st section of code then save the list of ...
2
votes
1answer
91 views

Linq to EF system not supported exception System.NotSupportedException

Scratching my head over this Linq query. It's Entity Framework. The query does transformation into different model objects. If I comment or remove the areas of the code that I have indicated as ...
1
vote
1answer
29 views

How to prepend spaces in LINQ to Entities queries

In linq-to-entities queries, how spaces be prepended to shorter-length values when querying against an nvarchar column? I seek this capability to facilitate proper sorting of certain fields. Here is ...
5
votes
2answers
204 views

Unable to create a constant value of type 'Anonymous type'

I have two linq queries. I want to use result of one query in another query. var t2s = (from temp3 in _ent.Products where temp3.Row_Num == 2 select new { ...
0
votes
2answers
96 views

Linq to entities query having multi level child references

I have been having too much trouble designing a query to retrieve questions that a candidate have already attempted and another query for the questions that a candidate has not attempted. This is for ...
1
vote
1answer
103 views

LINQ: left join instead of inner join

I have an query: var groups = query .Where(x => x.CrossSearchArticle == searchParameters.SearchString) .Join(RuntimeValues.Context.SiteBrands, ...
1
vote
1answer
209 views

Compare unique combination of Rows in 2 Datatable & find if they are same using LINQ

DataSet oDs = new DataSet(); DataTable odt = new DataTable(); odt.Columns.Add(new DataColumn("FILE_ID", typeof(string))); odt.Columns.Add(new DataColumn("ID", ...
0
votes
1answer
48 views

Translate Query Syntax to Extension Methods Syntax

I am trying to stay consistent within my demo app using the AdventureWorks2012 database and EF, but I need some help translating this Linq statement into extension methods. return (from person in ...
0
votes
3answers
94 views

LINQ to EF returning all columns and not passing WHERE clause to server

I'm working with LINQ to Entities in Razor. I have something like this: @foreach(Org o in Model) { @foreach(User u in o.Users.Where(x => x.Active==true) ) { <span> @u.FirstName ...
3
votes
1answer
217 views

Are Find and Where().FirstOrDefault() equivalent?

I have been using the Find(id) extension method with collections in Entity Framework 5. However, many of the examples I see use Where(s => s.Id == 1), to which I added FirstOrDefault() to get the ...
2
votes
1answer
107 views

Delete object in foreach

I got an exception which said: The object cannot be deleted because it was not found in the ObjectStateManager when I call DeleteObject() in a ForEach loop. After I searched this question in ...
2
votes
1answer
91 views

How do i rewrite this code to avoid the “Linq to entities Does not recognize method” error

I have the following method on a MVC 4 Web API controller. public JsonResult GetJourney(List<string> assetIds, DateTime start, DateTime finish) { var journey = new ...
1
vote
1answer
94 views

Cannot print data from a website using EF, LINQ into a list view

I have a web site that is using EF to build the DB and LINQ to access that data. I am trying to print the data into a list view but nothing is being printed out and I am not sure why. Markup: ...
1
vote
2answers
46 views

How to query child tables values

I have 2 tables: POHeader and PODetail. I want to return all POHeaders that have an associated PODetail.ItemId = intItemId. How can I do this in LINQ? This is what I've tried. First I have a method ...
0
votes
1answer
103 views

Linq to Entity, selecting group with or without value

Hi Need some help with LINQ query. I have entity called Shift. This entity has several value field but the ones I am intressted in are ShiftID (int), ShiftDate (DateTime) and GrossMount ...
0
votes
5answers
108 views

How to do dynamic comparison in Linq to SQL with a string field?

How to do dynamic comparison in Linq to SQL with a string field for obtain a query like: "SELECT COLUMN_1, COLUMN_2" + "FROM "+ stringTABLE + "WHERE " + stringCOLUMN_1_or2 + " = ' " + 8 + "'"; I ...
0
votes
1answer
94 views

LINQ query using TPH inheritance - get derived class ICollection count

I am trying to figure out how to get the count of ProjectSummaryVotes on a specific ProjectDoc.OfType. The query works but the ProjectSummaryVote attribute is null, which means I get a null value ...
7
votes
1answer
205 views

GroupBy with elementSelector and resultSelector

The Enumerable.GroupBy and Queryable.GroupBy extensions have 8 overloads. Two of them (for Enumerable.GroupBy) are: // (a) IEnumerable<TResult> GroupBy<TSource, TKey, TResult>( this ...
-2
votes
1answer
37 views

Why do I get a NotSupportedException when trying to run my method with Linq2Entities? [closed]

products.Where(t => (decimal) (DistanceAlgorithm.DistanceBetweenPlaces((double)t.ShopDescription.Lng, (double)lng.Value, (double)t.ShopDescription.Lng, (double)lat.Value)) < 5000); 方法Double ...
1
vote
3answers
278 views

Where clause on collection

I'm using the BAGA code from Julie Lerman's DbContext book. I want to recreate the following sql query in linq and put the results in a List collections and am having problems. ...
8
votes
4answers
239 views

Entity Framework POCOs without behaviour - redesign needed to remove code smell

I am using Entity Framework Model-First with Repository and Unit of Work patterns, the repositories return EF POCOs. I assumed that I couldn’t add behaviour to my POCOs that are generated by Entity ...
-5
votes
2answers
172 views

Should use Linq or Not? [closed]

I am designing my project architecture. In our team debate in on whether to use Linq or Not. I surf on Google about the linq I found this link which has given the brief advantages and disadvantages ...
4
votes
2answers
207 views

How to build a dynamic FROM clause for a LINQ query?

I have a standard LINQ query: var list = from x in SomeDataContext.ViewName where //Rest of where clause select x; I would like to know if it is possible to build a dynamic ...
0
votes
1answer
71 views

LINQ to Entities this slow?

I have entities in the context (memory), because I loaded them with Include()s. I have about 25 entities (tph), and I'm running the following query on each of them: ...
-1
votes
1answer
190 views

IQueryable.Count() or IEnumerable.Count() versus Single() throwing exception?

We have a repository (Entity Framework) which queries for single records - only a single record should exist for any given query. Initially, our queries were SingleOrDefault(). Clearly, multiple ...
4
votes
1answer
271 views

Entity Framework 5 log database changes at runtime

In an ASP.NET 4.5 C# Entity Framework 5 Code First project I'd like to log the changes being made in the database at runtime (the logging has to be done in the asp.net app, not at the database). ...
1
vote
1answer
131 views

how to avoid subqueries for views in linq

I'm using linq to retrieve data in MVC 4 from tables and views classes. If I use linq for extracting data from view, like this: db.vwContractMVC.Where(x => x.NID == id && x.Date >= pin ...
2
votes
1answer
88 views

How to call a user defined function within EF2 linq to entities?

Is there a way to call a SQL Server user defined function from LINQ to Entities while using Entity Framework v2? I've found a way to do so using Entity Framework 4 (everything is explained in this ...
2
votes
0answers
78 views

What does error code 40162 means?

I saw this from our logs and I searched about this error in various search engines but I found nothing. Here it is: An error occurred while executing the command definition. See the inner ...
0
votes
1answer
74 views

LINQ to Entites join on ID or null

I have a LINQ to Entities statement that joins two models on an AlphaGroupID, like this: IEnumerable<ICD.ViewModels.HomeSearchViewModel> ICDList = (from a in ICDUnitOfWork.AlphaGroups.Find() ...
3
votes
2answers
556 views

How to update an existing object's properties using LINQ to Entities?

LINQ to Entities allows this: context.User.Select(u => new Person { Name = u.Name, Parent = u.Parent.Name }); I need only two properties of a big User table and I get them using the ...
0
votes
1answer
61 views

Entity data inheritance

I'm currently involved in a project where we will present data from an external data source to visitors, but we will also provide meta data for the entities/rewrite some of the original data. The ...
5
votes
2answers
134 views

Is it possible to call named method within a call to Where?

I am trying to understand some performance implication of Linq from this free ebook by RedGate ftp://support.red-gate.com/ebooks/under-the-hood-of-net-memory-management-part1.pdf On page 157-158 in ...
0
votes
0answers
224 views

An entity object cannot be referenced by multiple instances of IEntityChangeTracker

I'm having a problem with updating object entities in EF. I'm using VS 2010 and .NET 4 private void Update(InstallerEntity editObj) { using (var eo = ...
1
vote
1answer
66 views

EF LINQ many to one filter/where

I'm getting an exception when the GetProducts() method is called below. I'm essentially trying to filter down my list of Products by what is available in the specified Country. There is a one to ...
2
votes
1answer
264 views

Why does ToPagedList take half a minute on an empty IQueryable while the underlying SQL runs in just one second?

I have a piece of Entity-to-SQL code that composes an IQueryable, runs ToPagedList() on it and then passes the result into an MVC view. ToPagedList() fails with a timeout running the SQL query. I ...
3
votes
2answers
441 views

Why does Entity Framework generate slow overengineered SQL?

I have this code: DbSet<TableName> table = ...// stored reference var items = from n in table where n.Name.ToUpper().Contains(searchString.ToUpper().Trim()) select n; ...
2
votes
2answers
107 views

Using collection of objects in LINQ to Entities which are not modeled

I'm writing a query using Linq to Entities and Entity Framework. My app uses two databases. Cross database is not an option due to client demands. Lets say MyEntity resides in first database (so it ...

1 2 3 4 5 9