Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Time stamps

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; }
  • public DateTime TimeStamp { get; set; }
Clone this wiki locally