Greetings,
How to check my related entity collection Changes from parent entity??
Ex
I have customer entity and every customer has order entity collection.
How can i check any changes in order collection from CustomerEntity ??
like (IsDirty for CustomerEntity)
in other words
CustomerEntity. IsDirty return true if any changes did in orderCollection !!
llblgen version 2.6
adapter mode
Sql2008
V.S 2008 C#