RelationalEntityTypeAnnotations Oluşturucular

Tanım

Aşırı Yüklemeler

RelationalEntityTypeAnnotations(IEntityType)

Verilen ek açıklamalar için bir örnek oluşturur IEntityType .

RelationalEntityTypeAnnotations(RelationalAnnotations)

IEntityTypeVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.

RelationalEntityTypeAnnotations(IEntityType, RelationalFullAnnotationNames)
RelationalEntityTypeAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalEntityTypeAnnotations(IEntityType)

Verilen ek açıklamalar için bir örnek oluşturur IEntityType .

public RelationalEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
Public Sub New (entityType As IEntityType)

Parametreler

entityType
IEntityType

IEntityTypeKullanım için.

Şunlara uygulanır

RelationalEntityTypeAnnotations(RelationalAnnotations)

IEntityTypeVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.

protected RelationalEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parametreler

annotations
RelationalAnnotations

RelationalAnnotationsNot eklemek için öğesini temsil eden yardımcı IEntityType .

Şunlara uygulanır

RelationalEntityTypeAnnotations(IEntityType, RelationalFullAnnotationNames)

public RelationalEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
Public Sub New (entityType As IEntityType, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parametreler

entityType
IEntityType
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Şunlara uygulanır

RelationalEntityTypeAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

protected RelationalEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parametreler

annotations
RelationalAnnotations
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Şunlara uygulanır