Sfoglia il codice sorgente

Update sqlserver.md (#738)

Changed the misprint of Postgre to SqlServer
master
Vlad Leonov 4 anni fa
committed by GitHub
parent
commit
cb0deca579
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      docs/content/user-guide/en/storage/sqlserver.md

+ 1
- 1
docs/content/user-guide/en/storage/sqlserver.md Vedi File

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

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


Caricamento…
Annulla
Salva