Skip to content

Commit 80df84f

Browse files
authored
Update README.md
1 parent a8d6eab commit 80df84f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dotnet user-secrets init
2020
```
2121
dotnet user-secrets set "Movies:ServiceApiKey" "12345"
2222
```
23+
※ソリューションのコンテキストメニューからユーザーシークレットの管理を選択してもOK
24+
2325
### ■同時実行制御
2426
SQLSeverだとConcurrency Tokenが既定で存在するようだが、PostgreSQLにはないのでシステム列のxmin(トランザクションid)で代用する
2527
余談だが、1つのトランザクションでxminが採番されるので、複数行が同じxminを持つ場合も多い(特に問題はない)

0 commit comments

Comments
 (0)