1-7 of 7 < Previous Next >
1 vote
closed

Query statecode

To following query fails with a nullreferenceexception var activeContacts = from c in provider.Linq<contact>() where c.statecode.Value == ContactState.Active select c...

id# 5844 | Planned Release: None | Last Updated: Sep 15 at 9:06 AM by friism
1 vote
closed

Where clauses on linked entity attributes fail

[Reported my mraufer] This query fails: var contacts = from c in provider.Linq<contact>() join a in provider.Linq<account>() on c.parentcustome...

id# 5390 | Planned Release: None | Last Updated: Sep 12 at 1:31 PM by wesweeks
1 vote

Where clause with dates

I needed to write a query like var query = from c in provider.Linq<contact>() where c.createdon.UserTime <= DateTime.Now select new { c.fullname } Using "where c.cre...

id# 5818 | Planned Release: None | Last Updated: Sep 2 at 10:04 AM by steffana
1 vote

Ditch FetchXMLlib in favour of LinqtoXSD

http://live.mscommunity.net/blogs/dadamec/archive/2008/02/29/linq-to-xsd-alpha-0-2-refresh-for-visual-studio-2008.aspx

id# 5806 | Planned Release: None | Last Updated: Aug 22 at 11:14 AM by friism
1 vote
closed

Enumerator reuses the same object for all attribute queries

Running the following query will generate an array where the number of elements is equal to the number of users in the system but where each element refers to the same user:

id# 5441 | Planned Release: None | Last Updated: Aug 21 at 3:42 PM by melg
1 vote

Additional query operators

* First: Should be implemented with some combination of skip/take [Postponed until implementation of proper selector as it will require rearchitecting the result builder anyway] * Sum and Average: ...

id# 4992 | Planned Release: None | Last Updated: Jun 2 at 12:56 PM by friism
1 vote

Query N:N relationships

It is not possible to query a N:N relationship due to the fact that the relation is made up of a hidden relationship entity which is not exposed through the crm webservice. So my guess is, that we ...

id# 4709 | Planned Release: None | Last Updated: May 25 at 4:02 PM by friism
1-7 of 7 < Previous 1 Next >
Updating...