SqlServerIndexExtensions.GetIncludeProperties Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
Vrátí zahrnuté názvy vlastností, nebo |
GetIncludeProperties(IReadOnlyIndex) |
Vrátí zahrnuté názvy vlastností, nebo |
GetIncludeProperties(IIndex) |
Vrátí zahrnuté názvy vlastností, nebo |
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)
Vrátí zahrnuté názvy vlastností, nebo null
pokud nebyly zadány.
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)
Parametry
- index
- IReadOnlyIndex
Index.
- storeObject
- StoreObjectIdentifier
Identifikátor objektu úložiště.
Návraty
Zahrnuté názvy vlastností, nebo null
pokud nebyly zadány.
Platí pro
GetIncludeProperties(IReadOnlyIndex)
Vrátí zahrnuté názvy vlastností, nebo null
pokud nebyly zadány.
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex) As IReadOnlyList(Of String)
Parametry
- index
- IReadOnlyIndex
Index.
Návraty
Zahrnuté názvy vlastností, nebo null
pokud nebyly zadány.
Platí pro
GetIncludeProperties(IIndex)
Vrátí zahrnuté názvy vlastností, nebo null
pokud nebyly zadány.
public static System.Collections.Generic.IReadOnlyList<string> GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IIndex) As IReadOnlyList(Of String)
Parametry
- index
- IIndex
Index.
Návraty
Zahrnuté názvy vlastností, nebo null
pokud nebyly zadány.
Platí pro
Entity Framework