SqlServerIndexExtensions.GetIncludeProperties Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
Devuelve los nombres de propiedad incluidos o |
GetIncludeProperties(IReadOnlyIndex) |
Devuelve los nombres de propiedad incluidos o |
GetIncludeProperties(IIndex) |
Devuelve los nombres de propiedad incluidos o |
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.