No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky3VotesNew LINQ Forums
We've created a couple new LINQ forums to help better answer your questions about the specific LINQ implementations. For LINQ to SQL see the LINQ to SQL forum at ...
-
Unanswered0VotesLINQ two "where" clauses
I have a table of applications (ODAP_tblApps) that has the same data as a treeview control I am looping through. I want to insert each node name to a new table (ODAP_tblUserApp). The nodes ... -
Answered0VotesLINQ To SQL - Trigger Firing Problem
Hi everyone! I have a big problem here: I have a trigger in SQL Server 2005 EE which updates another table if updates to a specific table are done. The ... -
Answered1VotesRead XML Tag values using C# LINQ
Hello Expert, I have following XML <myxml> <LocationList> <Location>7</Location> </LocationList> ... -
Answered0VotesDLinq and memory leaking.
Hi! See this code: customer = new Customer(); customer.Name = "Danilo"; WeakReference wk = new WeakReference(customer); customer = ... -
Answered0VotesLambda Error "Invalid anonymous type member declarator. Anonymous type members must be declared with a member assignment, simple name or member access"
new { GetEditedGlAccount(d.GlAccount), d.PtmsAccountType }) Thanks. Danyeung -
Answered0VotesBuild error "Cannot convert lambda expression to type 'string' because it is not a delegate type" when checking in to TFS
t.TreatmentTimes).ToList(); instead of: var treatments = db.Treatments.Include("TreatmentTimes").ToList(); When I check in to my TFS ... -
Unanswered1VotesLINQ query - Get data from a set of repeated column in a DataTable
Hi, I am working on a .NET 4.0 application. I use the following LINQ query to extract data from DataTable. Save the data in a excel document and ... -
Answered0VotesSerialize Dynamic LINQ types
I would want to know about a way to serialize Dynamic LINQ types. Say i have a context class with Products table, var prod = from p in ... -
Answered1VotesDynamic Linq - System.Linq.Dynamic.DLL is missing
Hi, I'm trying to create a sample dynamic Linq based ... -
Unanswered0VotesLinq .Contains with reflection
Hello guy's. I'm in need to do a generic method for the last line of the code: List<int> clientList = AllClients.Select(x => ... -
Unanswered0VotesNull reference in Linq
Hi pls help to hanle null value on following code : (as pattern value is null on table) List<Stock> StockColl = new ... -
Answered1VotesFind min value via group by in LINQ c#
I have a List as following {PropertyId = 1, PropertyName = ABC, LOS=1, Occupancy =1, Date =”01/05/2013”, Rate ... -
Proposed0VotesI would like select all children elements of element HONDA-TORONTO using linq to xml. Ma y I have some examples of how to run queries in Linq. Thanks.
<PLANET> <CONTINENT> <NORHTAMERICA> <CANADA> <PROVINCE ... -
Answered1VotesDynamic building LINQ query for DataTable values...
Hi, In my application, I want to create a read a datatable and provide user with the list of datatable columns and their datatypes. User can select the column+datatypes ... -
Answered0Voteslinq to sql fk changing to null when inserting a record with the same fk different pk
I have a wcf webservice that retrieves and receives some entity/objects to and from an ipad app created using monotouch and wcf on device side too. So for instance - a location has a ... -
Unanswered0VotesProblem writing LINQ query syntax for my tree collection..plz help
Hi, I am trying to create a LINQ query for my Tree view, which has a nested ObservableCollection. I wish to write a LINQ query to fetch a TreeItem instance where Node=='IIS ... -
Answered0Votessubmit operation failed. the property 'id" is part of the object's key information and cannot be modified.
Hi there again folks, I recently encountered problem with datacontext. When I tried to update my database through a silverlight application it also tried ... -
Answered2Voteslinq to fetch index of string array
var _Col_Name_lst = (from DataColumn x in ... -
Proposed1Voteshow to write this in LINQ
i have a asp.net website based on LINQ. I’m trying to do a kind of complex sorting , I can’t seem to get it right. I tried using “UNION” to select the ... -
Answered0VotesCan you help me translate the TQSL to LinQ?
Hi, I only know the Linq but don't know TSQL create view vNewCalls as select datepart(hour,dateNotified)as hour, count(dispatchid)as ... - Items 1 to 20 of 6400 Next ›


