Search code examples
c#castle-activerecord

Castle ActiveRecord something like RowState Property?


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?


Solution

  • Yes, you can find out if an entity is dirty using this code.