SqlServerDbContextOptionsBuilder.UseAzureSqlDefaults(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the context to use defaults optimized for Azure SQL, including retries on errors.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder UseAzureSqlDefaults (bool enable = true);
abstract member UseAzureSqlDefaults : bool -> Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder
override this.UseAzureSqlDefaults : bool -> Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder
Public Overridable Function UseAzureSqlDefaults (Optional enable As Boolean = true) As SqlServerDbContextOptionsBuilder
Parameters
- enable
- Boolean
Whether the defaults should be enabled.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework