SqlitePropertyAnnotations Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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.