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