RelationalIndexAnnotations 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過 Relational(IMutableIndex) 存取關聯式特定批註的屬性。
public class RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type RelationalIndexAnnotations = class
interface IRelationalIndexAnnotations
Public Class RelationalIndexAnnotations
Implements IRelationalIndexAnnotations
- 繼承
-
RelationalIndexAnnotations
- 衍生
- 實作
建構函式
RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames) |
透過 Relational(IMutableIndex) 存取關聯式特定批註的屬性。 |
RelationalIndexAnnotations(IIndex) |
建構指定 IIndex 之 注釋的實例。 |
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames) |
透過 Relational(IMutableIndex) 存取關聯式特定批註的屬性。 |
RelationalIndexAnnotations(RelationalAnnotations) |
建構指定批註 IIndex 協助程式所表示之 之 的實例。 |
欄位
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 。 |