I recently implemented EF Core temporal tables for a project that I am working on. No problems with migrations.
I have a requirement to display record information in a datagrid to include when a record was created.
Getting the date that the record was modified is easy, but I am stuck on how to get the date of when the record was created using a linq query.
Any ideas?
i figured it out. here is the code in case someone else needs it.
not sure if this is the best way to do it, but it worked with no errors on with EF Core 6