Przeglądaj źródła

Update sqlserver.md (#738)

Changed the misprint of Postgre to SqlServer
master
Vlad Leonov 4 lat temu
committed by GitHub
rodzic
commit
cb0deca579
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/en/storage/sqlserver.md

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

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

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


Ładowanie…
Anuluj
Zapisz