SqlServerEntityTypeAnnotations Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| SqlServerEntityTypeAnnotations(IEntityType) |
Verilen ek açıklamalar için bir örnek oluşturur IEntityType . |
| SqlServerEntityTypeAnnotations(RelationalAnnotations) |
IEntityTypeVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur. |
SqlServerEntityTypeAnnotations(IEntityType)
Verilen ek açıklamalar için bir örnek oluşturur IEntityType .
public SqlServerEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations
Public Sub New (entityType As IEntityType)
Parametreler
- entityType
- IEntityType
IEntityTypeKullanım için.
Şunlara uygulanır
SqlServerEntityTypeAnnotations(RelationalAnnotations)
IEntityTypeVerilen ek açıklama yardımcısı tarafından temsil edilen ek açıklamalar için bir örnek oluşturur.
public SqlServerEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations
Public Sub New (annotations As RelationalAnnotations)
Parametreler
- annotations
- RelationalAnnotations
RelationalAnnotationsNot eklemek için öğesini temsil eden yardımcı IEntityType .