RelationalStrings.DuplicateIndexUniquenessMismatch Método
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.
Os índices {index1} em '{entityType1}' e {index2} em '{entityType2}' são mapeados para '{table}. {indexName}', mas com configurações de exclusividade diferentes.
public static string DuplicateIndexUniquenessMismatch (object index1, object entityType1, object index2, object entityType2, object table, object indexName);
public static string DuplicateIndexUniquenessMismatch (object indexProperties1, object entityType1, object indexProperties2, object entityType2, object table, object indexName);
public static string DuplicateIndexUniquenessMismatch (object? indexProperties1, object? entityType1, object? indexProperties2, object? entityType2, object? table, object? indexName);
public static string DuplicateIndexUniquenessMismatch (object? index1, object? entityType1, object? index2, object? entityType2, object? table, object? indexName);
static member DuplicateIndexUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
static member DuplicateIndexUniquenessMismatch : obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateIndexUniquenessMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, indexName As Object) As String
Public Shared Function DuplicateIndexUniquenessMismatch (indexProperties1 As Object, entityType1 As Object, indexProperties2 As Object, entityType2 As Object, table As Object, indexName As Object) As String
Parâmetros
- index1indexProperties1
- Object
- entityType1
- Object
- index2indexProperties2
- Object
- entityType2
- Object
- table
- Object
- indexName
- Object
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Entity Framework