Top "Query-expressions" questions

Use for assistance when dealing with Microsoft Dynamics CRM QueryExpression objects and their use.

Multiple conditions for a FilterExpression

I am using Condition expression but I'm unable to add more than one condition to a FilterExpression. Can any one …

c# dynamics-crm-2011 query-expressions
How to Inner join with query expression crm

I'm trying to do a simple inner join with Query Expression. I'm trying to covert this query with QE but …

sql-server dynamics-crm-2011 query-expressions
What is the difference between LINQ query expressions and extension methods

Below are two queries that return the same data. Other then style I am not sure which is better. What …

c# linq query-expressions
OR condition in filter expression for dynamo db

I have a use case where I need to query dynamo db programatically using dynamo db query expression. e.x …

amazon-web-services amazon-dynamodb query-expressions
QueryExpression vs. FetchXml CRM2011

We found out that Linq for CRM 2011 is horribly broken - it seems to have gotten in without any QA …

linq dynamics-crm-2011 fetchxml query-expressions
How to create ConditionExpression for QueryExpression on statecode in early bound?

In late bound I'd use something like this to add a condition for only getting active records. new ConditionExpression { AttributeName = "…

c# dynamics-crm-2011 query-expressions
CRM 2011 KeyNotFoundException exception

I am new to CRM development. I have a Custom Entity "customer". This Entity has a Field called "defaultcustomer", which …

dynamics-crm-2011 keynotfoundexception query-expressions