Bagikan melalui


RelationalKeyAnnotations Konstruktor

Definisi

Overload

RelationalKeyAnnotations(IKey)

Sumber:
RelationalKeyAnnotations.cs
Sumber:
RelationalKeyAnnotations.cs

Membuat instans untuk anotasi dari yang diberikan 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

key
IKey

yang IKey akan digunakan.

Berlaku untuk

RelationalKeyAnnotations(RelationalAnnotations)

Sumber:
RelationalKeyAnnotations.cs
Sumber:
RelationalKeyAnnotations.cs

Membuat instans untuk anotasi dari yang IKey diwakili oleh pembantu anotasi yang diberikan.

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

Pembantu RelationalAnnotations yang IKey mewakili untuk membuat anotasi.

Berlaku untuk

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

Berlaku untuk

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

Berlaku untuk