Database support

Database Support

Entity Framework Core doesn’t set up value generation for date/time columns. (See Date/time value generation). The default repository for Entity Framework Core automatically updates the UpdatedAt field for you. However, if your database is updated outside of the repository, you must arrange for the UpdatedAt and Version fields to be updated.

You can find sample implementations of each supported context in our Database Tests.

For specific database support, see the following: