views:

8

answers:

0

I have a WCF RIA service containing an Entity with a property of Dictionary If I change an entry in the dictionary e.g. MyDic["Name"] = "Some text" I dont get a property changed and _domainContext.HasChanges is false.

How can I make the DomainContext aware that I have changed an entry in a Dictionary.