Selaa lähdekoodia

Update sqlserver.md (#720)

应该是UseSqlServer而不是UsePostgreSql
master
niceguy3-31 4 vuotta sitten
committed by GitHub
vanhempi
commit
ca031d3fc4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      docs/content/user-guide/zh/storage/sqlserver.md

+ 1
- 1
docs/content/user-guide/zh/storage/sqlserver.md Näytä tiedosto

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

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


Ladataan…
Peruuta
Tallenna