ISingletonOptions.Validate(IDbContextOptions) Method

Definition

Validates that the options in given IDbContextOptions have not changed when compared to the options already set here, and throws if they have.

public void Validate (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);
abstract member Validate : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> unit
Public Sub Validate (options As IDbContextOptions)

Parameters

Applies to