浏览代码
Update sqlserver.md (#738)
Changed the misprint of Postgre to SqlServer
master
Vlad Leonov
4 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
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 ... |
|
|
|