Преглед изворни кода

Update sqlserver.md (#720)

应该是UseSqlServer而不是UsePostgreSql
master
niceguy3-31 пре 4 година
committed by GitHub
родитељ
комит
ca031d3fc4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      docs/content/user-guide/zh/storage/sqlserver.md

+ 1
- 1
docs/content/user-guide/zh/storage/sqlserver.md Прегледај датотеку

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

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


Loading…
Откажи
Сачувај