SqlServerPropertyAnnotations Constructores

Definición

Sobrecargas

SqlServerPropertyAnnotations(IProperty)

Construye una instancia para las anotaciones de la clase especificada IProperty.

SqlServerPropertyAnnotations(RelationalAnnotations)

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

SqlServerPropertyAnnotations(IProperty)

Construye una instancia para las anotaciones de la clase especificada 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

Objeto IProperty que se va a usar.

Se aplica a

SqlServerPropertyAnnotations(RelationalAnnotations)

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

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

Asistente RelationalAnnotations que representa el elemento que IProperty se va a anotar.

Se aplica a