IndexAttribute Construtores
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
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
Entity Framework