共用方式為


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)

嘗試使用 中的 語意 RelationalAnnotations 來設定 Filter

SetName(String)

嘗試使用 中的 語意 RelationalAnnotations 來設定 Name

適用於