Hi,
I'm using LLBLGenPro 2.6, Self Servicing, SQLServer 2005.
I have a simple parameter-table e.g.
ID
NAME
VALUE
CHANGEDATE
I created a simple webform holding a grid which allows the user to only change the value.
Just like the example in the documentation (see Generated code - Databinding with ASP.NET 2.0, SelfServicing), without any extra coding. When the VALUE has changed, the gridview / LLBLGenDataSource automatically update it in the database.
I would like to know the easiest way to update the changedate when an entity is updated.
When should I use the Auditing features? I.e. seperate auditing table(s) and use dependency injection? Doesn't that make queries such as give me all entities in decending changedate order difficult?
Thanks,
Jan