DbContextOptions<TContext> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DbContextOptions<TContext>() |
Initialisiert eine neue Instanz der DbContextOptions<TContext>-Klasse. Sie überschreiben OnConfiguring(DbContextOptionsBuilder) normalerweise oder verwenden ein DbContextOptionsBuilder<TContext> , um Instanzen dieser Klasse zu erstellen, und es ist nicht so konzipiert, dass sie direkt in Ihrem Anwendungscode erstellt wird. |
DbContextOptions<TContext>(IReadOnlyDictionary<Type,IDbContextOptionsExtension>) |
Initialisiert eine neue Instanz der DbContextOptions<TContext>-Klasse. Sie überschreiben OnConfiguring(DbContextOptionsBuilder) normalerweise oder verwenden ein DbContextOptionsBuilder<TContext> , um Instanzen dieser Klasse zu erstellen, und es ist nicht so konzipiert, dass sie direkt in Ihrem Anwendungscode erstellt wird. |
DbContextOptions<TContext>()
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
Initialisiert eine neue Instanz der DbContextOptions<TContext>-Klasse. Sie überschreiben OnConfiguring(DbContextOptionsBuilder) normalerweise oder verwenden ein DbContextOptionsBuilder<TContext> , um Instanzen dieser Klasse zu erstellen, und es ist nicht so konzipiert, dass sie direkt in Ihrem Anwendungscode erstellt wird.
public DbContextOptions ();
Public Sub New ()
Gilt für:
DbContextOptions<TContext>(IReadOnlyDictionary<Type,IDbContextOptionsExtension>)
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
- Quelle:
- DbContextOptions%60.cs
Initialisiert eine neue Instanz der DbContextOptions<TContext>-Klasse. Sie überschreiben OnConfiguring(DbContextOptionsBuilder) normalerweise oder verwenden ein DbContextOptionsBuilder<TContext> , um Instanzen dieser Klasse zu erstellen, und es ist nicht so konzipiert, dass sie direkt in Ihrem Anwendungscode erstellt wird.
public DbContextOptions (System.Collections.Generic.IReadOnlyDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension> extensions);
new Microsoft.EntityFrameworkCore.DbContextOptions<'Context (requires 'Context :> Microsoft.EntityFrameworkCore.DbContext)> : System.Collections.Generic.IReadOnlyDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension> -> Microsoft.EntityFrameworkCore.DbContextOptions<'Context (requires 'Context :> Microsoft.EntityFrameworkCore.DbContext)>
Public Sub New (extensions As IReadOnlyDictionary(Of Type, IDbContextOptionsExtension))
Parameter
- extensions
- IReadOnlyDictionary<Type,IDbContextOptionsExtension>
Die Erweiterungen, in denen die konfigurierten Optionen gespeichert werden.
Gilt für:
Entity Framework