Share via


SqlServerIndexExtensions.GetIncludeProperties Método

Definição

Sobrecargas

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Retorna nomes de propriedade incluídos ou null se eles não foram especificados.

GetIncludeProperties(IReadOnlyIndex)

Retorna nomes de propriedade incluídos ou null se eles não foram especificados.

GetIncludeProperties(IIndex)

Retorna nomes de propriedade incluídos ou null se eles não foram especificados.

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Retorna nomes de propriedade incluídos ou null se eles não foram especificados.

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)

Parâmetros

index
IReadOnlyIndex

O índice.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório.

Retornos

Os nomes de propriedade incluídos ou null se eles não tiverem sido especificados.

Aplica-se a

GetIncludeProperties(IReadOnlyIndex)

Retorna nomes de propriedade incluídos ou null se eles não foram especificados.

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)

Parâmetros

index
IReadOnlyIndex

O índice.

Retornos

Os nomes de propriedade incluídos ou null se eles não tiverem sido especificados.

Aplica-se a

GetIncludeProperties(IIndex)

Retorna nomes de propriedade incluídos ou null se eles não foram especificados.

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)

Parâmetros

index
IIndex

O índice.

Retornos

Os nomes de propriedade incluídos ou null se eles não tiverem sido especificados.

Aplica-se a