Compartilhar via


IndexAttribute Construtores

Definição

Sobrecargas

IndexAttribute(String[])
Obsoleto.

Inicializa uma nova instância da classe IndexAttribute.

IndexAttribute(String, String[])

Inicializa uma nova instância da classe IndexAttribute.

IndexAttribute(String[])

Cuidado

Use the other constructor

Inicializa uma nova instância da classe IndexAttribute.

public IndexAttribute (params string[] propertyNames);
[System.Obsolete("Use the other constructor")]
public IndexAttribute (params string[] propertyNames);
new Microsoft.EntityFrameworkCore.IndexAttribute : string[] -> Microsoft.EntityFrameworkCore.IndexAttribute
[<System.Obsolete("Use the other constructor")>]
new Microsoft.EntityFrameworkCore.IndexAttribute : string[] -> Microsoft.EntityFrameworkCore.IndexAttribute
Public Sub New (ParamArray propertyNames As String())

Parâmetros

propertyNames
String[]

As propriedades que constituem o índice, em ordem (deve haver pelo menos uma).

Atributos

Aplica-se a

IndexAttribute(String, String[])

Inicializa uma nova instância da classe IndexAttribute.

public IndexAttribute (string propertyName, params string[] additionalPropertyNames);
new Microsoft.EntityFrameworkCore.IndexAttribute : string * string[] -> Microsoft.EntityFrameworkCore.IndexAttribute
Public Sub New (propertyName As String, ParamArray additionalPropertyNames As String())

Parâmetros

propertyName
String

A primeira propriedade (ou somente) no índice.

additionalPropertyNames
String[]

As propriedades adicionais que constituem o índice, se houver, em ordem.

Aplica-se a