Freigeben über


SqlitePropertyAnnotations Konstruktoren

Definition

Überlädt

SqlitePropertyAnnotations(IProperty)

Erstellt eine instance für Anmerkungen der angegebenen IProperty.

SqlitePropertyAnnotations(RelationalAnnotations)

Erstellt eine instance für Anmerkungen des IProperty durch das angegebene Anmerkungshilfsprogramm dargestellten.

SqlitePropertyAnnotations(IProperty)

Quelle:
SqlitePropertyAnnotations.cs

Erstellt eine instance für Anmerkungen der angegebenen 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)

Parameter

property
IProperty

Der zu verwendende IProperty.

Gilt für:

SqlitePropertyAnnotations(RelationalAnnotations)

Quelle:
SqlitePropertyAnnotations.cs

Erstellt eine instance für Anmerkungen des IProperty durch das angegebene Anmerkungshilfsprogramm dargestellten.

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)

Parameter

annotations
RelationalAnnotations

Das RelationalAnnotations Hilfsprogramm, das die IProperty zu kommentierende darstellt.

Gilt für: