SqlServerPropertyAnnotations Oluşturucular

Tanım

Aşırı Yüklemeler

SqlServerPropertyAnnotations(IProperty)

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

SqlServerPropertyAnnotations(RelationalAnnotations)

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

SqlServerPropertyAnnotations(IProperty)

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

public SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Public Sub New (property As IProperty)

Parametreler

property
IProperty

IPropertyKullanım için.

Şunlara uygulanır

SqlServerPropertyAnnotations(RelationalAnnotations)

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

protected SqlServerPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parametreler

annotations
RelationalAnnotations

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

Şunlara uygulanır