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)

Source:
SqlitePropertyAnnotations.cs

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)

Source:
SqlitePropertyAnnotations.cs

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 à