Freigeben über


RelationalPropertyAnnotations Konstruktoren

Definition

Überlädt

RelationalPropertyAnnotations(IProperty)

Erstellt eine instance für Anmerkungen der angegebenen IProperty.

RelationalPropertyAnnotations(RelationalAnnotations)

Erstellt eine instance für Anmerkungen des IProperty durch das angegebene Anmerkungshilfsprogramm dargestellten.

RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames)
RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalPropertyAnnotations(IProperty)

Erstellt eine instance für Anmerkungen der angegebenen IProperty.

public RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty)

Parameter

property
IProperty

Der zu verwendende IProperty.

Gilt für:

RelationalPropertyAnnotations(RelationalAnnotations)

Erstellt eine instance für Anmerkungen des IProperty durch das angegebene Anmerkungshilfsprogramm dargestellten.

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

Parameter

annotations
RelationalAnnotations

Das RelationalAnnotations Hilfsprogramm, das die IProperty zu kommentierende darstellt.

Gilt für:

RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames)

public RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parameter

property
IProperty
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Gilt für:

RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

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

Parameter

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

Gilt für: