Share via


SqlitePropertyAnnotations Constructeurs

Définition

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

property
IProperty

IProperty à utiliser.

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.

S’applique à