Hi!
I was looking web for something like DataRow.RowState property in ActiveRecord class, but no luck. I simply want to know whether object has changed or not.
Is there something like this in castle ar?
Hi!
I was looking web for something like DataRow.RowState property in ActiveRecord class, but no luck. I simply want to know whether object has changed or not.
Is there something like this in castle ar?
Yes, you can find out if an entity is dirty using this code.