SqlServerKeyAnnotations Costruttori

Definizione

Overload

SqlServerKeyAnnotations(IKey)

Costruisce un'istanza per le annotazioni dell'oggetto specificato IKey.

SqlServerKeyAnnotations(RelationalAnnotations)

Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IKey di annotazione specificato.

SqlServerKeyAnnotations(IKey)

Costruisce un'istanza per le annotazioni dell'oggetto specificato IKey.

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)

Parametri

key
IKey

Oggetto IKey da usare.

Si applica a

SqlServerKeyAnnotations(RelationalAnnotations)

Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IKey di annotazione specificato.

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)

Parametri

annotations
RelationalAnnotations

Helper che rappresenta l'oggetto RelationalAnnotationsIKey da annotare.

Si applica a