Udostępnij za pośrednictwem


RelationalKeyAnnotations Konstruktory

Definicja

Przeciążenia

RelationalKeyAnnotations(IKey)

Tworzy wystąpienie dla adnotacji danego IKeyelementu .

RelationalKeyAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji elementu reprezentowanego IKey przez dany pomocnik adnotacji.

RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames)
RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalKeyAnnotations(IKey)

Tworzy wystąpienie dla adnotacji danego IKeyelementu .

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)

Parametry

key
IKey

Element IKey do użycia.

Dotyczy

RelationalKeyAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji elementu reprezentowanego IKey przez dany pomocnik adnotacji.

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)

Parametry

annotations
RelationalAnnotations

Pomocnik RelationalAnnotations reprezentujący IKey element do adnotacji.

Dotyczy

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)

Parametry

key
IKey
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Dotyczy

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)

Parametry

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

Dotyczy