Przeglądaj źródła

Update sqlserver.md (#720)

应该是UseSqlServer而不是UsePostgreSql
master
niceguy3-31 4 lat temu
committed by GitHub
rodzic
commit
ca031d3fc4
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      docs/content/user-guide/zh/storage/sqlserver.md

+ 1
- 1
docs/content/user-guide/zh/storage/sqlserver.md Wyświetl plik

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

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


Ładowanie…
Anuluj
Zapisz