DatabaseProvider<TProviderServices,TOptionsExtension>.IsConfigured(IDbContextOptions) Yöntem

Tanım

Bu veritabanı sağlayıcısının belirli bir bağlam için seçilip seçilmediğini gösteren bir değer alır.

public virtual bool IsConfigured (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);
abstract member IsConfigured : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> bool
override this.IsConfigured : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> bool
Public Overridable Function IsConfigured (options As IDbContextOptions) As Boolean

Parametreler

options
IDbContextOptions

Bağlam seçenekleri.

Döndürülenler

Boolean

Veritabanı sağlayıcısı seçildiyse true, aksi durumda false.

Uygulamalar

Şunlara uygulanır