SqlitePropertyAnnotations Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SqlitePropertyAnnotations(IProperty) |
Construit un instance pour les annotations du donnéIProperty. |
SqlitePropertyAnnotations(RelationalAnnotations) |
Construit une instance pour les annotations du IProperty représenté par l’assistance d’annotation donnée. |
SqlitePropertyAnnotations(IProperty)
Construit un instance pour les annotations du donné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)
Paramètres
S’applique à
SqlitePropertyAnnotations(RelationalAnnotations)
Construit une instance pour les annotations du IProperty représenté par l’assistance d’annotation donnée.
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)
Paramètres
- annotations
- RelationalAnnotations
Assistance RelationalAnnotations représentant le IProperty à annoter.