SqlitePropertyAnnotations Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
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:
Entity Framework