ADO.NET Entity Framework - State Management

  • Thread starter Thread starter Ernest Morariu
  • Start date Start date
E

Ernest Morariu

Hello !

Is there any built in support for tracking the state(added,
modified,deleted) of the entities on the client side in a
WCF(server)-WCF(client) three-tier scenario ?

Is there in WFC something similar to the DataServiceContext in ADO.NET Data
Services Framework Client Library ?

Thank you !
Ernest
 
Ernest said:
Hello !

Is there any built in support for tracking the state(added,
modified,deleted) of the entities on the client side in a
WCF(server)-WCF(client) three-tier scenario ?

no, that's not available. Yesterday they released a cryptic blogpost
saying something of that functionality is coming to v2.0 in vs.net 2010
through code generation, but today that's not available

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top