Condividi tramite


SqlServerPropertyAnnotations Costruttori

Definizione

Overload

SqlServerPropertyAnnotations(IProperty)

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

SqlServerPropertyAnnotations(RelationalAnnotations)

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

SqlServerPropertyAnnotations(IProperty)

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

Parametri

property
IProperty

Oggetto IProperty da usare.

Si applica a

SqlServerPropertyAnnotations(RelationalAnnotations)

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

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)

Parametri

annotations
RelationalAnnotations

Helper RelationalAnnotations che rappresenta l'oggetto IProperty da annotare.

Si applica a