Code on the Shelf
  • Home
  • .NET
  • Docker
  • Azure
  • Entity Framework
  • Metrics
Sign in Subscribe

Pomelo

A collection of 1 post
Getting Identity Columns after insert, SQL Server and MySQL
Entity Framework

Getting Identity Columns after insert, SQL Server and MySQL

When inserting into a relational database (db), you can have the database automatically assign a value to the primary key of the row you are inserting. This is generally called the Identity Column. Using Entity Framework (ef) or Entity Framework Core (ef core) [https://github.com/aspnet/EntityFramework] (via an
05 Jun 2017 1 min read
Page 1 of 1
Code on the Shelf © 2025
Powered by Ghost