RelationalKeyAnnotations 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
RelationalKeyAnnotations(IKey) |
Erstellt eine instance für Anmerkungen des angegebenen IKey. |
RelationalKeyAnnotations(RelationalAnnotations) |
Erstellt eine instance für Anmerkungen der, die IKey vom angegebenen Anmerkungshilfsprogramm dargestellt werden. |
RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames) | |
RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames) |
RelationalKeyAnnotations(IKey)
Erstellt eine instance für Anmerkungen des angegebenen IKey.
public RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Public Sub New (key As IKey)
Parameter
Gilt für:
RelationalKeyAnnotations(RelationalAnnotations)
Erstellt eine instance für Anmerkungen der, die IKey vom angegebenen Anmerkungshilfsprogramm dargestellt werden.
protected RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parameter
- annotations
- RelationalAnnotations
Das RelationalAnnotations Hilfsprogramm, das das IKey darstellt, um zu kommentieren.
Gilt für:
RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames)
public RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Public Sub New (key As IKey, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parameter
- key
- IKey
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
Gilt für:
RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)
protected RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parameter
- annotations
- RelationalAnnotations
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
Gilt für:
Entity Framework