Condividi tramite


SqlitePropertyAnnotations Costruttori

Definizione

Overload

SqlitePropertyAnnotations(IProperty)

Costruisce un'istanza per le annotazioni dell'oggetto specificato IProperty.

SqlitePropertyAnnotations(RelationalAnnotations)

Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IProperty di annotazione specificato.

SqlitePropertyAnnotations(IProperty)

Origine:
SqlitePropertyAnnotations.cs

Costruisce un'istanza per le annotazioni dell'oggetto specificato 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)

Parametri

property
IProperty

Oggetto IProperty da usare.

Si applica a

SqlitePropertyAnnotations(RelationalAnnotations)

Origine:
SqlitePropertyAnnotations.cs

Costruisce un'istanza per le annotazioni dell'oggetto rappresentato dall'helper IProperty di annotazione specificato.

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)

Parametri

annotations
RelationalAnnotations

Helper che rappresenta l'oggetto RelationalAnnotationsIProperty da annotare.

Si applica a