This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Does Lightspeed support PI? Do you have to store to a DB or can you map to any kind of store/tier...? |
|
|
We support some PI features -- for example we automatically load associations when you traverse them rather than requiring an explicit Load method call. On the other hand we require your classes to derive from our Entity class, and if you have to do explicit mapping (e.g. if field and column names don't match) then this happens on the entities rather than externally. At the moment we support only relational databases and Amazon SimpleDB. We are considering support for ADO.NET Data Services in v3, but that's far from certain. We are of course always on the lookout for enhancement proposals, though! Do you have any particular store / tier in mind? |
|