SqlServerIndexExtensions.GetIncludeProperties Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
Zwraca nazwy uwzględnionych właściwości lub |
GetIncludeProperties(IReadOnlyIndex) |
Zwraca nazwy uwzględnionych właściwości lub |
GetIncludeProperties(IIndex) |
Zwraca nazwy uwzględnionych właściwości lub |
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)
Zwraca nazwy uwzględnionych właściwości lub null
jeśli nie zostały określone.
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
Indeks.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu magazynu.
Zwraca
Dołączone nazwy właściwości lub null
jeśli nie zostały określone.
Dotyczy
GetIncludeProperties(IReadOnlyIndex)
Zwraca nazwy uwzględnionych właściwości lub null
jeśli nie zostały określone.
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
Indeks.
Zwraca
Dołączone nazwy właściwości lub null
jeśli nie zostały określone.
Dotyczy
GetIncludeProperties(IIndex)
Zwraca nazwy uwzględnionych właściwości lub null
jeśli nie zostały określone.
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
Indeks.
Zwraca
Dołączone nazwy właściwości lub null
jeśli nie zostały określone.