Shaolinq
Shaolinq copied to clipboard
Timestamps
Hey, im new on .net dev but i write some app, sites... in php using laravel. and this have a nice orm like this.
a nice function of eloquent is "timestamps" Timestamps By default, Eloquent expects created_at and updated_at columns to exist on your tables.
every new item is added a created_at time, and update populate column updated_at.
is possible to implement.
another function is SoftDelete.
nice working
tnk's []'s