More edits

pull/4455/head
Scott Addie 2017-09-28 15:38:03 -05:00
parent ede2daa71c
commit d5a4a34de8
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ The `AddEntityFrameworkStores` method accepts a `TKey` argument indicating the p
## Test the changes
Upon completion of the configuration changes, the property representing the primary key reflects the new data type:
Upon completion of the configuration changes, the property representing the primary key reflects the new data type. The following example demonstrates accessing the property in an MVC controller.
[!code-csharp[Main](identity/sample/src/ASPNET-IdentityDemo-PrimaryKeysConfig/Controllers/AccountController.cs?name=snippet_GetCurrentUserId&highlight=6)]