Aracılığıyla paylaş


IdentityDbContext<TUser> Oluşturucular

Tanım

Aşırı Yüklemeler

IdentityDbContext<TUser>()

IdentityDbContext sınıfının yeni bir örneğini başlatır.

IdentityDbContext<TUser>(DbContextOptions)

yeni bir örneğini IdentityDbContextbaşlatır.

IdentityDbContext<TUser>()

Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs

IdentityDbContext sınıfının yeni bir örneğini başlatır.

protected:
 IdentityDbContext();
protected IdentityDbContext ();
Protected Sub New ()

Şunlara uygulanır

IdentityDbContext<TUser>(DbContextOptions)

Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs
Kaynak:
IdentityDbContext.cs

yeni bir örneğini IdentityDbContextbaşlatır.

public:
 IdentityDbContext(Microsoft::EntityFrameworkCore::DbContextOptions ^ options);
public IdentityDbContext (Microsoft.EntityFrameworkCore.DbContextOptions options);
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser)>
new Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)> : Microsoft.EntityFrameworkCore.DbContextOptions -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser)>
Public Sub New (options As DbContextOptions)

Parametreler

options
DbContextOptions

tarafından kullanılacak DbContextseçenekler.

Şunlara uygulanır