Sdílet prostřednictvím


RelationalIndexExtensions.GetFilter Metoda

Definice

Přetížení

GetFilter(IIndex)

Vrátí výraz indexového filtru.

GetFilter(IReadOnlyIndex)

Vrátí výraz indexového filtru.

GetFilter(IIndex, StoreObjectIdentifier)

Vrátí výraz indexového filtru.

GetFilter(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí výraz indexového filtru.

GetFilter(IIndex)

Vrátí výraz indexového filtru.

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

Parametry

index
IIndex

Index.

Návraty

Výraz filtru indexu.

Platí pro

GetFilter(IReadOnlyIndex)

Vrátí výraz indexového filtru.

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

Parametry

index
IReadOnlyIndex

Index.

Návraty

Výraz filtru indexu.

Platí pro

GetFilter(IIndex, StoreObjectIdentifier)

Vrátí výraz indexového filtru.

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

Parametry

index
IIndex

Index.

storeObject
StoreObjectIdentifier

Identifikátor objektu obsahujícího úložiště.

Návraty

Výraz filtru indexu.

Platí pro

GetFilter(IReadOnlyIndex, StoreObjectIdentifier)

Vrátí výraz indexového filtru.

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

Parametry

index
IReadOnlyIndex

Index.

storeObject
StoreObjectIdentifier

Identifikátor objektu obsahujícího úložiště.

Návraty

Výraz filtru indexu.

Platí pro