How to save milliseconds to DB in NHibernate

We need to configure Timestamp in Mapping.

eg.

Map(x => x.ResponseDate).CustomType("Timestamp");
原文地址:https://www.cnblogs.com/vincentDr/p/3586153.html