SqlServerPropertyAnnotations Construtores

Definição

Sobrecargas

SqlServerPropertyAnnotations(IProperty)

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

SqlServerPropertyAnnotations(RelationalAnnotations)

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

SqlServerPropertyAnnotations(IProperty)

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

public SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Public Sub New (property As IProperty)

Parâmetros

property
IProperty

O IProperty a ser usado.

Aplica-se a

SqlServerPropertyAnnotations(RelationalAnnotations)

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

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

Parâmetros

annotations
RelationalAnnotations

O RelationalAnnotations auxiliar que representa o IProperty a ser anotado.

Aplica-se a