Sdílet prostřednictvím


SqlitePropertyAnnotations Konstruktory

Definice

Přetížení

SqlitePropertyAnnotations(IProperty)

Vytvoří instanci pro poznámky daného IPropertyobjektu .

SqlitePropertyAnnotations(RelationalAnnotations)

Vytvoří instanci pro poznámky IProperty reprezentované danou pomocnou rutinou poznámek.

SqlitePropertyAnnotations(IProperty)

Vytvoří instanci pro poznámky daného IPropertyobjektu .

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)

Parametry

property
IProperty

Hodnota, IProperty která se má použít.

Platí pro

SqlitePropertyAnnotations(RelationalAnnotations)

Vytvoří instanci pro poznámky IProperty reprezentované danou pomocnou rutinou poznámek.

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)

Parametry

annotations
RelationalAnnotations

Pomocná RelationalAnnotations rutina představující IProperty k anotaci.

Platí pro