You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Daniel Wertheim edited this page Nov 29, 2012
·
3 revisions
From v10.1 SisoDb now supports time-stamps. You enable support for them by adding a single property to your class. By doing that you enable SisoDb to assign a value to it upon inserts and updates.
The propert should be named according to one of the following:
public DateTime StructureTimeStamp { get; set; }
public DateTime [ClassName]TimeStamp { get; set; }
public DateTime I[InterfaceName]TimeStamp { get; set; }