Compartir a través de


SqlitePropertyAnnotations Constructores

Definición

Sobrecargas

SqlitePropertyAnnotations(IProperty)

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

SqlitePropertyAnnotations(RelationalAnnotations)

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

SqlitePropertyAnnotations(IProperty)

Source:
SqlitePropertyAnnotations.cs

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

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

Parámetros

property
IProperty

Objeto IProperty que se va a usar.

Se aplica a

SqlitePropertyAnnotations(RelationalAnnotations)

Source:
SqlitePropertyAnnotations.cs

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

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

Parámetros

annotations
RelationalAnnotations

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

Se aplica a