ソースを参照

Update sqlserver.md (#738)

Changed the misprint of Postgre to SqlServer
master
Vlad Leonov 4年前
committed by GitHub
コミット
cb0deca579
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      docs/content/user-guide/en/storage/sqlserver.md

+ 1
- 1
docs/content/user-guide/en/storage/sqlserver.md ファイルの表示

@@ -24,7 +24,7 @@ public void ConfigureServices(IServiceCollection services)

services.AddCap(x =>
{
x.UsePostgreSql(opt=>{
x.UseSqlServer(opt=>{
//SqlServerOptions
});
// x.UseXXX ...


読み込み中…
キャンセル
保存