We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857ebcc commit 2cebf7fCopy full SHA for 2cebf7f
docs/database/sql-server-entity-framework-integration.md
@@ -90,7 +90,7 @@ builder.EnrichSqlServerDbContext<ExampleDbContext>(
90
configureSettings: settings =>
91
{
92
settings.DisableRetry = false;
93
- settings.CommandTimeout = 30 // seconds
+ settings.CommandTimeout = 30; // seconds
94
});
95
```
96
0 commit comments