Search code examples
.netwcfwcf-ria-services

How to dermine a newly created record in RIA Services


Using WCF RIA Services, how is it possible to determine if a record is newly created and attached to the domaincontext?


Solution

  • This was easy: checking the EntityState of the Entity!