Aracılığıyla paylaş


WarningsConfigurationBuilder.Ignore(CoreEventId[]) Yöntem

Tanım

Belirtilen çekirdek uyarıları oluşturulduğunda hiçbir şey olmasına neden olur. Veritabanı sağlayıcıları (ve diğer uzantılar), bu davranışı oluşturdukları uyarılar için yapılandırmak üzere bu yöntemin uzantı yöntemi aşırı yüklemelerini sağlayabilir.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Ignore (params Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] coreEventIds);
abstract member Ignore : Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
override this.Ignore : Microsoft.EntityFrameworkCore.Infrastructure.CoreEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
Public Overridable Function Ignore (ParamArray coreEventIds As CoreEventId()) As WarningsConfigurationBuilder

Parametreler

coreEventIds
CoreEventId[]

CoreEventIdUyarılar için (ler).

Döndürülenler

Birden çok çağrının zincirlenebilmesi için aynı oluşturucu örneği.

Şunlara uygulanır