SqlitePropertyAnnotations Construtores

Definição

Sobrecargas

SqlitePropertyAnnotations(IProperty)

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

SqlitePropertyAnnotations(RelationalAnnotations)

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

SqlitePropertyAnnotations(IProperty)

Origem:
SqlitePropertyAnnotations.cs

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

O IProperty a ser usado.

Aplica-se a

SqlitePropertyAnnotations(RelationalAnnotations)

Origem:
SqlitePropertyAnnotations.cs

Constrói uma instância para anotações do IProperty representado pelo auxiliar de anotação 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

O RelationalAnnotations auxiliar que representa o IProperty para anotar.

Aplica-se a