SqlitePropertyAnnotations Oluşturucular

Tanım

Aşırı Yüklemeler

SqlitePropertyAnnotations(IProperty)

Verilen ek açıklamalar için bir örnek oluşturur IProperty .

SqlitePropertyAnnotations(RelationalAnnotations)

IPropertyVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.

SqlitePropertyAnnotations(IProperty)

Verilen ek açıklamalar için bir örnek oluşturur 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)

Parametreler

property
IProperty

IPropertyKullanım için.

Şunlara uygulanır

SqlitePropertyAnnotations(RelationalAnnotations)

IPropertyVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.

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)

Parametreler

annotations
RelationalAnnotations

RelationalAnnotationsNot eklemek için öğesini temsil eden yardımcı IProperty .

Şunlara uygulanır