RelationalOptionsExtension.Validate(IDbContextOptions) Yöntem

Tanım

Uzantıya uzantıda tüm seçeneklerin geçerli olduğunu doğrulama fırsatı verir. Uzantıların çoğunda geçersiz birleşimler yoktur ve bu işlemden sonraya kadar devam edilir. Seçenekler geçersizse, bir özel durum atılacaktır.

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

Parametreler

options
IDbContextOptions

Doğrulanmış seçenekler.

Uygulamalar

Şunlara uygulanır