Read Back Primary Key Value After Adding Entity to Database
When the save pipeline saves a new entity to the database, it would be nice if the assigned PK value (an IDENTITY column) was read back from the database and easily accessible in the save pipeline.
5
votes