RelationalIndexAnnotations Sınıf

Tanım

İle erişilen, ilişkisel özel ek açıklamaların özellikleri Relational(IMutableIndex) .

public class RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type RelationalIndexAnnotations = class
    interface IRelationalIndexAnnotations
Public Class RelationalIndexAnnotations
Implements IRelationalIndexAnnotations
Devralma
RelationalIndexAnnotations
Türetilmiş
Uygulamalar

Oluşturucular

RelationalIndexAnnotations(IIndex)

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

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)
RelationalIndexAnnotations(RelationalAnnotations)

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

RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

Alanlar

DefaultIndexNamePrefix
ProviderFullAnnotationNames

Özellikler

Annotations

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

Filter

Dizin filtresi ifadesi.

Index

IIndexNot eklemek için.

Name

Dizin adı.

Yöntemler

GetAnnotations(IEntityType)
GetAnnotations(IIndex)
GetAnnotations(IProperty)
GetDefaultIndexName(String, IEnumerable<String>)
GetDefaultName()
GetNameConfigurationSource()
SetFilter(String)

Kullanımdaki Filter öğesinin semantiğini kullanarak ayarlamaya çalışır RelationalAnnotations .

SetName(String)

Kullanımdaki Name öğesinin semantiğini kullanarak ayarlamaya çalışır RelationalAnnotations .

Şunlara uygulanır