Share via


SqlServerIndexExtensions.GetIncludeProperties Metodo

Definizione

Overload

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce nomi di proprietà inclusi o null se non sono stati specificati.

GetIncludeProperties(IReadOnlyIndex)

Restituisce nomi di proprietà inclusi o null se non sono stati specificati.

GetIncludeProperties(IIndex)

Restituisce nomi di proprietà inclusi o null se non sono stati specificati.

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce nomi di proprietà inclusi o null se non sono stati specificati.

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)

Parametri

index
IReadOnlyIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Nomi di proprietà inclusi o null se non sono stati specificati.

Si applica a

GetIncludeProperties(IReadOnlyIndex)

Restituisce nomi di proprietà inclusi o null se non sono stati specificati.

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)

Parametri

index
IReadOnlyIndex

Indice.

Restituisce

Nomi di proprietà inclusi o null se non sono stati specificati.

Si applica a

GetIncludeProperties(IIndex)

Restituisce nomi di proprietà inclusi o null se non sono stati specificati.

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)

Parametri

index
IIndex

Indice.

Restituisce

Nomi di proprietà inclusi o null se non sono stati specificati.

Si applica a