Does Sqlite-net support Complex Properties. I am trying to create a framework for communicating between EF on the server, DataServiceContext on the client and use Sqlite-net as my local storage. I have a pretty simplified object navigation mechanism which uses Complex Properties, but do not know how I would represent these objects on the client if Sqlite-net does not support them.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.