Compartir a través de


SqlServerIndexExtensions.GetIncludeProperties Método

Definición

Sobrecargas

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

GetIncludeProperties(IReadOnlyIndex)

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

GetIncludeProperties(IIndex)

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

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

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

Nombres de propiedad incluidos o null si no se han especificado.

Se aplica a

GetIncludeProperties(IReadOnlyIndex)

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

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

Índice.

Devoluciones

Nombres de propiedad incluidos o null si no se han especificado.

Se aplica a

GetIncludeProperties(IIndex)

Devuelve los nombres de propiedad incluidos o null si no se han especificado.

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

Índice.

Devoluciones

Nombres de propiedad incluidos o null si no se han especificado.

Se aplica a