SqlServerIndexExtensions.GetIncludeProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
Retorna nomes de propriedade incluídos ou |
GetIncludeProperties(IReadOnlyIndex) |
Retorna nomes de propriedade incluídos ou |
GetIncludeProperties(IIndex) |
Retorna nomes de propriedade incluídos ou |
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
Entity Framework