RelationalIndexAnnotations 类

定义

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

public class RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type RelationalIndexAnnotations = class
    interface IRelationalIndexAnnotations
Public Class RelationalIndexAnnotations
Implements IRelationalIndexAnnotations
继承
RelationalIndexAnnotations
派生
实现

构造函数

RelationalIndexAnnotations(IIndex)

为给定 IIndex的注释构造 实例。

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

RelationalIndexAnnotations(RelationalAnnotations)

构造由给定批注帮助程序表示的 IIndex 的注释的 实例。

RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

字段

DefaultIndexNamePrefix

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

ProviderFullAnnotationNames

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

属性

Annotations

表示 RelationalAnnotations 要批注的 的 IIndex 帮助程序。

Filter

索引筛选器表达式。

Index

IIndex 批注的 。

Name

索引名称。

方法

GetAnnotations(IEntityType)

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

GetAnnotations(IIndex)

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

GetAnnotations(IProperty)

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

GetDefaultIndexName(String, IEnumerable<String>)

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

GetDefaultName()

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

GetNameConfigurationSource()

通过 Relational(IMutableIndex)访问的关系特定注释的属性。

SetFilter(String)

尝试使用正在使用 Filter 的 语义 RelationalAnnotations 设置 。

SetName(String)

尝试使用正在使用 Name 的 语义 RelationalAnnotations 设置 。

适用于