LinqToDB4iSeries / Linq2DB4iSeries

LinqToDB provider for the DB2 database on IBM iSeries
MIT License
18 stars 5 forks source link

[Question] Convert TimeStamp *hival value to DateTime #79

Open spudcz opened 2 months ago

spudcz commented 2 months ago

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