My client has a UniVerse database. They have exposed CRUD operations to this through WCF Data Services. Can I use DevForce SL to expose those services in the IdeaBlade entity manager (as opposed to using Entity Framework to SQL database) so I can do some client side persistence work in case of lack of connectivity or collection building prior to posting back with entity manager save operation? Is this what POCO is all about?