RelationalKeyAnnotations 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
| RelationalKeyAnnotations(IKey) |
Verilen IKeyöğesinin ek açıklamaları için bir örnek oluşturur. |
| RelationalKeyAnnotations(RelationalAnnotations) |
Verilen ek açıklama yardımcısı tarafından temsil edilen öğesinin IKey ek açıklamaları için bir örnek oluşturur. |
| RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames) | |
| RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames) |
RelationalKeyAnnotations(IKey)
- Kaynak:
- RelationalKeyAnnotations.cs
- Kaynak:
- RelationalKeyAnnotations.cs
Verilen IKeyöğesinin ek açıklamaları için bir örnek oluşturur.
public RelationalKeyAnnotations(Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Public Sub New (key As IKey)
Parametreler
Şunlara uygulanır
RelationalKeyAnnotations(RelationalAnnotations)
- Kaynak:
- RelationalKeyAnnotations.cs
- Kaynak:
- RelationalKeyAnnotations.cs
Verilen ek açıklama yardımcısı tarafından temsil edilen öğesinin IKey ek açıklamaları için bir örnek oluşturur.
protected RelationalKeyAnnotations(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parametreler
- annotations
- RelationalAnnotations
Açıklama RelationalAnnotations eklemek için öğesini IKey temsil eden yardımcı.
Şunlara uygulanır
RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames)
public RelationalKeyAnnotations(Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Public Sub New (key As IKey, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parametreler
- key
- IKey
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
Şunlara uygulanır
RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)
protected RelationalKeyAnnotations(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parametreler
- annotations
- RelationalAnnotations
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames