Hello, is is possible to map column of DB type TimeStamp and somehow set it's value to DateTime property of mapped entity, when the value in database is *hival?
*Hival value of timestamp is 9999-12-31-24.00.00 but DateTime.MaxValue is 9999-12-31 23:59:59.9999
Hello, is is possible to map column of DB type TimeStamp and somehow set it's value to DateTime property of mapped entity, when the value in database is *hival?
*Hival value of timestamp is 9999-12-31-24.00.00 but DateTime.MaxValue is 9999-12-31 23:59:59.9999
Thanks, Ondrej