SqlServerKeyAnnotations Construtores

Definição

Sobrecargas

SqlServerKeyAnnotations(IKey)

Constrói uma instância para anotações do determinado IKey.

SqlServerKeyAnnotations(RelationalAnnotations)

Constrói uma instância para anotações do IKey representado pelo auxiliar de anotação determinado.

SqlServerKeyAnnotations(IKey)

Origem:
SqlServerKeyAnnotations.cs
Origem:
SqlServerKeyAnnotations.cs

Constrói uma instância para anotações do determinado 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

O IKey a ser usado.

Aplica-se a

SqlServerKeyAnnotations(RelationalAnnotations)

Origem:
SqlServerKeyAnnotations.cs
Origem:
SqlServerKeyAnnotations.cs

Constrói uma instância para anotações do IKey representado pelo auxiliar de anotação determinado.

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

O RelationalAnnotations auxiliar que representa o IKey a ser anotado.

Aplica-se a