Compartilhar via


SqlServerIndexExtensions.SetIncludeProperties Método

Definição

Sobrecargas

SetIncludeProperties(IMutableIndex, IReadOnlyList<String>)

Os conjuntos incluíam nomes de propriedade.

SetIncludeProperties(IConventionIndex, IReadOnlyList<String>, Boolean)

Os conjuntos incluíam nomes de propriedade.

SetIncludeProperties(IMutableIndex, IReadOnlyList<String>)

Os conjuntos incluíam nomes de propriedade.

public static void SetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, System.Collections.Generic.IReadOnlyList<string> properties);
static member SetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * System.Collections.Generic.IReadOnlyList<string> -> unit
<Extension()>
Public Sub SetIncludeProperties (index As IMutableIndex, properties As IReadOnlyList(Of String))

Parâmetros

index
IMutableIndex

O índice.

properties
IReadOnlyList<String>

O valor a ser definido.

Aplica-se a

SetIncludeProperties(IConventionIndex, IReadOnlyList<String>, Boolean)

Os conjuntos incluíam nomes de propriedade.

public static void SetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, System.Collections.Generic.IReadOnlyList<string> properties, bool fromDataAnnotation = false);
public static System.Collections.Generic.IReadOnlyList<string> SetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, System.Collections.Generic.IReadOnlyList<string> properties, bool fromDataAnnotation = false);
public static System.Collections.Generic.IReadOnlyList<string>? SetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, System.Collections.Generic.IReadOnlyList<string>? properties, bool fromDataAnnotation = false);
static member SetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * System.Collections.Generic.IReadOnlyList<string> * bool -> unit
static member SetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * System.Collections.Generic.IReadOnlyList<string> * bool -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Sub SetIncludeProperties (index As IConventionIndex, properties As IReadOnlyList(Of String), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIncludeProperties (index As IConventionIndex, properties As IReadOnlyList(Of String), Optional fromDataAnnotation As Boolean = false) As IReadOnlyList(Of String)

Parâmetros

index
IConventionIndex

O índice.

properties
IReadOnlyList<String>

O valor a ser definido.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Retornos

Os nomes de propriedade configurados.

Aplica-se a