RelationalIndexExtensions.GetFilter 方法

定義

多載

GetFilter(IIndex)

傳回索引篩選運算式。

GetFilter(IReadOnlyIndex)

傳回索引篩選運算式。

GetFilter(IIndex, StoreObjectIdentifier)

傳回索引篩選運算式。

GetFilter(IReadOnlyIndex, StoreObjectIdentifier)

傳回索引篩選運算式。

GetFilter(IIndex)

傳回索引篩選運算式。

public static string GetFilter (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetFilter : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetFilter (index As IIndex) As String

參數

index
IIndex

索引。

傳回

索引篩選運算式。

適用於

GetFilter(IReadOnlyIndex)

傳回索引篩選運算式。

public static string? GetFilter (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetFilter : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> string
<Extension()>
Public Function GetFilter (index As IReadOnlyIndex) As String

參數

index
IReadOnlyIndex

索引。

傳回

索引篩選運算式。

適用於

GetFilter(IIndex, StoreObjectIdentifier)

傳回索引篩選運算式。

public static string GetFilter (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetFilter : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetFilter (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As String

參數

index
IIndex

索引。

storeObject
StoreObjectIdentifier

包含存放區物件的識別碼。

傳回

索引篩選運算式。

適用於

GetFilter(IReadOnlyIndex, StoreObjectIdentifier)

傳回索引篩選運算式。

public static string? GetFilter (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetFilter : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetFilter (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As String

參數

index
IReadOnlyIndex

索引。

storeObject
StoreObjectIdentifier

包含存放區物件的識別碼。

傳回

索引篩選運算式。

適用於