No announcements
Found 284177 threads
-
0 Votes
Create a custom class in a linq query in silverlight
Hi, The Silverlight LINQ implementation is very different to the early bound implementation you are using on the Server.Unanswered | 2 Replies | 892 Views | Created by J N Brand - Wednesday, February 12, 2014 1:16 PM | Last reply by J N Brand - Thursday, February 13, 2014 12:06 PM -
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 | 1787 Views | Created by Asif.S - Tuesday, August 1, 2017 7:20 AM | Last reply by Dave Patrick - Tuesday, August 1, 2017 2:53 PM -
1 Votes
LINQ QUERY help
LINQ to SQL forum that may be a better place to post this query.Answered | 3 Replies | 2663 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
Easy Linq query question.
You can try return (from s in ConnectionHandler.Context.SystemUserSet where s.StateCode == 0 orderby s.FullName descending ...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 -
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 -
0 Votes
Having trouble checking statecode in linq query
This was a Silverlight app using Odata & REST & Service Reference not CrmSvcUtil!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
Update Field with results of LINQ Query
Hi JMcCon, Try below code to update the record: var _LinqResult = from data in dataSourse select data.singleValue; ...Answered | 2 Replies | 1216 Views | Created by JMcCon - Wednesday, September 30, 2015 11:42 AM | Last reply by JMcCon - Thursday, October 1, 2015 8:08 AM -
0 Votes
Linq To CRM Query Alternatives
I haven't used CRM2011's LINQ provider yet, but from what I know of the CRM4.0 equivalent and reading through the CRM2011 SDK, your join should look more ...Answered | 2 Replies | 8097 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
Query CRM 2011 attributes from a Silverlight app
Silverlight only technically supports Async web service calls.Answered | 1 Replies | 4626 Views | Created by Lénárd Földesi - Tuesday, July 12, 2011 2:34 PM | Last reply by Jamie Miley - Tuesday, July 12, 2011 3:53 PM -
0 Votes
Problem using Plug-ins with LINQ via XrmDataContext Class
one strong point of using this utility is to use our custom entities and custom attributes just like as strong types.Answered | 6 Replies | 8032 Views | Created by sebastian.mayer.67 - Friday, September 3, 2010 3:25 PM | Last reply by sebastian.mayer.67 - Tuesday, September 7, 2010 7:49 AM -
1 Votes
LINQ and QueryExpression -> compare entity fields in query
The first query will bring back all records.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
Problem executing CRM 2011 Linq Query from dll referenced in plugin
MyCRMPlugin.dll) assembly - which doesnt contain the generated proxy classes that are marked with: [assembly: Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute()] it ...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
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
using the new sdk xrm linq and silverlight tutorial
ReleaseId=203 http://linqtocrm.codeplex.com/ http://www.brandonkelly.com/post/2008/09/03/LINQ-Provider-for-Dynamics-CRM-40.aspx Mahain : ...Answered | 1 Replies | 7488 Views | Created by David Withers - Thursday, August 5, 2010 11:05 PM | Last reply by HIMBAP - Friday, August 6, 2010 5:12 AM -
2 Votes
CRM 2011 with Silverlight(Creating Organization Independent Application)
HTH Contact MeAnswered | 5 Replies | 2458 Views | Created by Ashis_K - Wednesday, December 19, 2012 9:41 AM | Last reply by HIMBAP - Wednesday, December 19, 2012 10:26 AM -
1 Votes
Mixing LINQ and ADO.NET
What I'm wanting to do is find a common interface that I can use between DataTable and queries produced by Linq to Entities (when it's released).Answered | 2 Replies | 12381 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 -
0 Votes
CRM 2011 Programmatically Create ServiceAppointment Silverlight
For customers you change TypeMask to 11.Answered | 4 Replies | 2188 Views | Created by TCavins - Tuesday, February 19, 2013 2:38 PM | Last reply by Azevedo Pedro - Tuesday, February 19, 2013 4:13 PM -
0 Votes
Linq Query using an option set value
Hey everyone, I wanted to query the Dynamics system to retrieve any workflows that have a status code of Waiting.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
CRM 2011 - LINQ
This worked for me: _organizationServiceProxy.EnableProxyTypes(); Do this when you create the OrganizationServiceProxy.Answered | 9 Replies | 9528 Views | Created by shonak - Tuesday, March 1, 2011 12:38 PM | Last reply by faithfulld - Tuesday, August 19, 2014 5:25 AM -
3 Votes
Create chart from query
Here is the sdk article on Creating Visualisation.Answered | 6 Replies | 4450 Views | Created by KatRiketa - Tuesday, August 2, 2011 10:38 PM | Last reply by - Monday, May 11, 2015 6:11 AM - Items 1 to 20 of 284177 Next ›
No announcements