Kaynağa Gözat
Update sqlserver.md (#738)
Changed the misprint of Postgre to SqlServer
master
Vlad Leonov
4 yıl önce
committed by
GitHub
ebeveyn
işleme
cb0deca579
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
docs/content/user-guide/en/storage/sqlserver.md
|
|
@@ -24,7 +24,7 @@ public void ConfigureServices(IServiceCollection services) |
|
|
|
|
|
|
|
services.AddCap(x => |
|
|
|
{ |
|
|
|
x.UsePostgreSql(opt=>{ |
|
|
|
x.UseSqlServer(opt=>{ |
|
|
|
//SqlServerOptions |
|
|
|
}); |
|
|
|
// x.UseXXX ... |
|
|
|