WarningConfigurationBuilderExtensions.Ignore Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Ignore(WarningsConfigurationBuilder, InMemoryEventId[]) |
Způsobí, že se při vygenerování zadaných upozornění v paměti nic nestane. |
Ignore(WarningsConfigurationBuilder, RelationalEventId[]) |
Způsobí, že se při vygenerování určených upozornění relační databáze nic nestane. |
Ignore(WarningsConfigurationBuilder, InMemoryEventId[])
Způsobí, že se při vygenerování zadaných upozornění v paměti nic nestane.
public static Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Ignore (this Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder warningsConfigurationBuilder, params Microsoft.EntityFrameworkCore.Infrastructure.InMemoryEventId[] inMemoryEventIds);
static member Ignore : Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder * Microsoft.EntityFrameworkCore.Infrastructure.InMemoryEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
<Extension()>
Public Function Ignore (warningsConfigurationBuilder As WarningsConfigurationBuilder, ParamArray inMemoryEventIds As InMemoryEventId()) As WarningsConfigurationBuilder
Parametry
- warningsConfigurationBuilder
- WarningsConfigurationBuilder
Tvůrce, který se používá ke konfiguraci upozornění.
- inMemoryEventIds
- InMemoryEventId[]
( InMemoryEventIds) pro upozornění.
Návraty
Stejná instance tvůrce, aby bylo možné zřetězených více volání.
Platí pro
Ignore(WarningsConfigurationBuilder, RelationalEventId[])
Způsobí, že se při vygenerování určených upozornění relační databáze nic nestane.
public static Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder Ignore (this Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder warningsConfigurationBuilder, params Microsoft.EntityFrameworkCore.Infrastructure.RelationalEventId[] relationalEventIds);
static member Ignore : Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder * Microsoft.EntityFrameworkCore.Infrastructure.RelationalEventId[] -> Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfigurationBuilder
<Extension()>
Public Function Ignore (warningsConfigurationBuilder As WarningsConfigurationBuilder, ParamArray relationalEventIds As RelationalEventId()) As WarningsConfigurationBuilder
Parametry
- warningsConfigurationBuilder
- WarningsConfigurationBuilder
Tvůrce, který se používá ke konfiguraci upozornění.
- relationalEventIds
- RelationalEventId[]
( RelationalEventIds) pro upozornění.
Návraty
Stejná instance tvůrce, aby bylo možné zřetězených více volání.
Platí pro
Entity Framework