I have a question that may be a bug?
A -> B <- C
Three tables parent to child…
· Load A By Primary Key.
· DeepLoad using include typeof(TList<B>),typeOf(C))
· C is loaded primarily for lookup values, I don't entent on updating it.
· I insert update and delete Entities from TList<B>
· DeepSave using include typeof(TList<B>)) doesn’t seem to work.
My work around is to:
· ..Save(A.BIDSource);
· Then Deep Save A
If this sounds like a bug I can put together a more detailed example. If this is the intended behavior I’ll stick with my work around.
Thanks
Brian
PS Loving the product