Compartir a través de


SqlServerKeyAnnotations Constructores

Definición

Sobrecargas

SqlServerKeyAnnotations(IKey)

Construye una instancia de para las anotaciones del objeto especificado IKey.

SqlServerKeyAnnotations(RelationalAnnotations)

Construye una instancia de para las anotaciones del IKey representado por el asistente de anotación especificado.

SqlServerKeyAnnotations(IKey)

Source:
SqlServerKeyAnnotations.cs
Source:
SqlServerKeyAnnotations.cs

Construye una instancia de para las anotaciones del objeto especificado 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)

Parámetros

key
IKey

Objeto IKey que se va a usar.

Se aplica a

SqlServerKeyAnnotations(RelationalAnnotations)

Source:
SqlServerKeyAnnotations.cs
Source:
SqlServerKeyAnnotations.cs

Construye una instancia de para las anotaciones del IKey representado por el asistente de anotación especificado.

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)

Parámetros

annotations
RelationalAnnotations

Asistente RelationalAnnotations que representa el objeto que IKey se va a anotar.

Se aplica a