No announcements
Found 253425 threads
-
0 Votes
Linq query return all columns when it shouldn't
Hi, This is just one of those things with the LINQ provider in that if you reference just the Id property it will return all columns.Answered | 2 Replies | 1674 Views | Created by Marius Solend - Tuesday, October 8, 2013 7:35 AM | Last reply by Marius Solend - Tuesday, October 8, 2013 7:59 AM -
0 Votes
Linq query to Nlinq i.e. linq to memory
The LINQ project general forum got archived so I'd try asking here in one of the newer forums.Answered | 1 Replies | 1789 Views | Created by Asif.S - Tuesday, August 1, 2017 7:20 AM | Last reply by Dave Patrick - Tuesday, August 1, 2017 2:53 PM -
0 Votes
Easy Linq query question.
You can try return (from s in ConnectionHandler.Context.SystemUserSet where s.StateCode == 0 orderby s.FullName ...Answered | 3 Replies | 3049 Views | Created by Dollerup2 - Thursday, February 23, 2012 1:58 PM | Last reply by Dollerup2 - Thursday, February 23, 2012 2:50 PM -
4 Votes
CRM 2011 LINQ query -> modify fields - Causing all record's fields to update
I'm not familiar with LINQ or VB.NET, and as such I was just having trouble with the LINQ query syntax.Answered | 4 Replies | 7726 Views | Created by James Hale - Tuesday, February 21, 2012 6:49 AM | Last reply by p_kenn - Tuesday, April 10, 2012 3:29 PM -
0 Votes
Linq To CRM Query Alternatives
new Array(); this.CrmService = crmService; } // AddRow RetrieveMultipleResult.prototype.AddRow = function() { this.Rows[this.Rows.length] = new Row(); ...Answered | 2 Replies | 8099 Views | Created by jcaruso_fp - Thursday, February 24, 2011 4:13 PM | Last reply by pogo69 - Thursday, February 24, 2011 10:39 PM -
0 Votes
CRM 2011: Linq queries tutorials from A to Z
hi Mostafa , As you understand linq is a NET Language-Integrated Query its same if you are using in a .NET code WEB project or CRM plugin ...Answered | 2 Replies | 3759 Views | Created by Mostafa Moatassem - Monday, November 14, 2011 3:24 PM | Last reply by D kay - Wednesday, November 16, 2011 12:10 PM -
1 Votes
LINQ QUERY help
LINQ to SQL forum that may be a better place to post this query.Answered | 3 Replies | 2665 Views | Created by kranthi manne - Wednesday, July 31, 2013 2:56 PM | Last reply by Just Karl - Friday, August 16, 2013 3:50 PM -
0 Votes
Problem executing CRM 2011 Linq Query from dll referenced in plugin
early bound linq queries now work when the generated proxy classes and(or) your CRM Linq queries are stored in a separate referenced DLL.Answered | 9 Replies | 9258 Views | Created by Milsnips - Thursday, June 2, 2011 5:34 AM | Last reply by Darko Micic - Friday, March 16, 2012 12:38 PM -
0 Votes
Update Field with results of LINQ Query
I have a LINQ query where I get a result back.Answered | 2 Replies | 1217 Views | Created by JMcCon - Wednesday, September 30, 2015 11:42 AM | Last reply by JMcCon - Thursday, October 1, 2015 8:08 AM -
1 Votes
Mixing LINQ and ADO.NET
I'm just now getting up to speed with LINQ and I'm trying to figure a way to ease the migration from ADO.NET to LINQ in a project I am currently working.Answered | 2 Replies | 12382 Views | Created by R. Ian Lee - Wednesday, June 18, 2008 6:57 PM | Last reply by Ed Price - MSFT - Friday, May 11, 2012 4:00 AM -
2 Votes
RetrieveMultiple Returns extra column?
I defined a fetchxml to just return one non-id column.Answered | 1 Replies | 2630 Views | Created by Guangming - Wednesday, February 29, 2012 6:41 PM | Last reply by Travis-Sharp - Wednesday, February 29, 2012 6:59 PM -
0 Votes
CRM2011 - LINQ queries with projections leave partially retrieved entities in the service context cache!
With respect to the CRM 2011 LINQ Provider, I'm afraid I don't know.Answered | 7 Replies | 8168 Views | Created by ALEITZ - Wednesday, March 23, 2011 6:37 PM | Last reply by Alexander A. Sharygin - Friday, November 11, 2011 3:48 PM -
1 Votes
LINQ and QueryExpression -> compare entity fields in query
But if you have any more suggestions how I could query the CRM so that I compare two attributes of an entity I am all ears.Answered | 13 Replies | 7239 Views | Created by Tamas Molnar - Tuesday, November 8, 2011 3:31 PM | Last reply by Tamas Molnar - Wednesday, November 9, 2011 9:59 AM -
0 Votes
Linq: Join & OrderBy -> Invalid Argument
Hi, Pat is right - the problem is using the o.Id in your linq.Answered | 3 Replies | 3187 Views | Created by hfaun - Thursday, December 13, 2012 8:27 PM | Last reply by hfaun - Friday, December 14, 2012 6:31 PM -
0 Votes
Having trouble checking statecode in linq query
Hi Scott When I type in c.statecode == 0 the intellisense gives me an error right away.Answered | 13 Replies | 5899 Views | Created by Paul C Mitton - Wednesday, June 20, 2012 1:09 AM | Last reply by Paul C Mitton - Thursday, June 21, 2012 9:41 PM -
0 Votes
CRM 2011: Retrieve all columns values using query by attribute
Hi all, Is there anyway to get all columns from a record using query by attribute or should I identify each column name in the ...Answered | 2 Replies | 8268 Views | Created by Mostafa Moatassem - Sunday, December 16, 2012 12:53 PM | Last reply by Reddy A - Monday, December 17, 2012 7:22 AM -
0 Votes
Linq Query using an option set value
Again, I apologize for making a suggestion without having tried it first - when I get bakc to hotel i'll try - if that's not it r.StatusCode = optStatusCode might - ...Answered | 2 Replies | 7725 Views | Created by Richard D. James - Thursday, December 29, 2011 6:12 PM | Last reply by Thomas Thankachan - Friday, December 30, 2011 2:07 AM -
0 Votes
linq 2011
LINQ queries are compiled into Query Expressions (the provider is built on top of Query Expression), so no - it provides no benefits in performance.Answered | 7 Replies | 5224 Views | Created by sravan kumar c - Tuesday, July 26, 2011 4:23 PM | Last reply by sravan kumar c - Wednesday, July 27, 2011 3:23 PM -
0 Votes
Defining web method that receives LINQ query as argument
I am defining a web service with a web method that executes a linq query that is passed as an input.Answered | 1 Replies | 9572 Views | Created by spaiva - Wednesday, February 4, 2009 2:42 PM | Last reply by sudarshans1 - Friday, February 27, 2009 6:55 AM -
0 Votes
Query Win32_Service return error 80041001
Hi All, I'm using Windows server 2008 R2 sp1.Answered | 2 Replies | 1332 Views | Created by LinLin1 - Thursday, March 3, 2016 2:37 AM | Last reply by Dave Patrick - Thursday, March 3, 2016 3:09 AM - Items 1 to 20 of 253425 Next ›
No announcements