Udostępnij za pośrednictwem


SqlServerKeyAnnotations Konstruktory

Definicja

Przeciążenia

SqlServerKeyAnnotations(IKey)

Tworzy wystąpienie dla adnotacji danego IKeyelementu .

SqlServerKeyAnnotations(RelationalAnnotations)

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

SqlServerKeyAnnotations(IKey)

Tworzy wystąpienie dla adnotacji danego IKeyelementu .

public SqlServerKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.SqlServerKeyAnnotations
Public Sub New (key As IKey)

Parametry

key
IKey

Element IKey do użycia.

Dotyczy

SqlServerKeyAnnotations(RelationalAnnotations)

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

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

Parametry

annotations
RelationalAnnotations

Pomocnik RelationalAnnotations reprezentujący IKey element do adnotacji.

Dotyczy