Aracılığıyla paylaş


WarningConfigurationBuilderExtensions.Throw Yöntem

Tanım

Aşırı Yüklemeler

Throw(WarningsConfigurationBuilder, InMemoryEventId[])

Belirtilen bellek içi uyarılar oluşturulduğunda bir özel durumun oluşmasına neden olur.

Throw(WarningsConfigurationBuilder, RelationalEventId[])

Belirtilen ilişkisel veritabanı uyarıları oluşturulduğunda bir özel durumun oluşmasına neden olur.

Throw(WarningsConfigurationBuilder, InMemoryEventId[])

Belirtilen bellek içi uyarılar oluşturulduğunda bir özel durumun oluşmasına neden olur.

public static Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Throw (this Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder warningsConfigurationBuilder, params Microsoft.EntityFrameworkCore.Infrastructure.InMemoryEventId[] inMemoryEventIds);
static member Throw : Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder * Microsoft.EntityFrameworkCore.Infrastructure.InMemoryEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
<Extension()>
Public Function Throw (warningsConfigurationBuilder As WarningsConfigurationBuilder, ParamArray inMemoryEventIds As InMemoryEventId()) As WarningsConfigurationBuilder

Parametreler

warningsConfigurationBuilder
WarningsConfigurationBuilder

Uyarıları yapılandırmak için kullanılan oluşturucu.

inMemoryEventIds
InMemoryEventId[]

InMemoryEventIdUyarı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

Throw(WarningsConfigurationBuilder, RelationalEventId[])

Belirtilen ilişkisel veritabanı uyarıları oluşturulduğunda bir özel durumun oluşmasına neden olur.

public static Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Throw (this Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder warningsConfigurationBuilder, params Microsoft.EntityFrameworkCore.Infrastructure.RelationalEventId[] relationalEventIds);
static member Throw : Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder * Microsoft.EntityFrameworkCore.Infrastructure.RelationalEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
<Extension()>
Public Function Throw (warningsConfigurationBuilder As WarningsConfigurationBuilder, ParamArray relationalEventIds As RelationalEventId()) As WarningsConfigurationBuilder

Parametreler

warningsConfigurationBuilder
WarningsConfigurationBuilder

Uyarıları yapılandırmak için kullanılan oluşturucu.

relationalEventIds
RelationalEventId[]

RelationalEventIdUyarı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